Releases
Download latest
All releases
Installation
SimpleCVS
Perl
XS Checksum module
Reference
Configuration files
   Server
   Client
   Web browser
File structure
Startup options
About SimpleCVS
Authors
Sourceforge: project
Sourceforge: homepage
Version changes



SourceForge.net Logo

Reference > Startup options

You can pass certain arguments to the scripts. These arguments are covered here.


Server
simple-cvs-srv.pl [config-file]
config-file - filename of custom configuration to use. If omitted, ./conf/server.txt is assumed.

daemon-srv.pl [action [config-file]]
action - specify action; start or stop the daemon. If omitted, start is assumed.
config-file - filename of custom configuration to use. If omitted, ./conf/server.txt is assumed.


Client
simple-cvs-clt.pl [config-file]
config-file - filename of custom configuration to use. If omitted, ./conf/client.txt is assumed.

A good way to use this is if you have multiple projects to syncronize. Then set up a "conf/client.txt" for each project. Ie. "conf/myproject.txt", "conf/anotherproject.txt". Set the properties for each project. Then make shortcuts (bat-files, sh-scripts, .term-files, etc) to simple-cvs-clt.pl. ie. "simple-cvs-clt.pl conf/myproject.txt" to syncronize the project defined in "conf/myproject.txt".


Web Browser
simple-cvs-web.pl [web-config-file [config-file]]
web-config-file - filename of custom web configuration to use. If omitted, ./conf/web.txt is assumed.
config-file - filename of custom client or server configuration to use. This overrides the "config.use"-variable in the web-config. If omitted, The value specified in ./conf/web.txt is used.

daemon-web.pl [action [web-config-file [config-file]]]
action - specify action; start or stop the daemon. If omitted, start is assumed.
web-config-file - filename of custom web configuration to use. If omitted, ./conf/web.txt is assumed.
config-file - filename of custom client or server configuration to use. This overrides the "config.use"-variable in the web-config. If omitted, The value specified in ./conf/web.txt is used.