770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
|
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
|
-
+
|
Prior to running the package uploader client tool, Fossil must be
installed -AND- the Package File Server repository must be cloned
and opened, using commands very similar to the following:
mkdir [joinPath ${repositories}]
cd [joinPath ${repositories}]
fossil clone https://your_login@pkg.management/pkgd pkgd.fossil
fossil clone https://your_login@tcl.pkg.management/pkgd pkgd.fossil
mkdir [joinPath ${checkouts}]
cd [joinPath ${checkouts}]
fossil open [joinPath ${repositories} pkgd.fossil]
After the above steps have been completed, package uploader client
tool can be executed using a command very similar to the following:
|