WANdisco
Download Call me Whitepaper
 
 

4 Running

That's it, now you are ready to run the WANdisco CVS Replicator, using the startup script provided. To run it from the command line:

$ cvs-replicator/bin/cvsreplicator
$ tail -f cvs-replicator/logs/ProxyServer-prefs.log.0
....
INFO:  [cvspserver] CVS Proxy listener is now turned ON at port :2401
When you see the last line, you know WANdisco CVS Replicator has started successfully. Alternatively, you can go to the web console and check the dashboard.

To shutdown WANdisco CVS Replicator, just run

$ cvs-replicator/bin/shutdown

Caution: To ensure that the CVS repositories do not go out of sync, we recommend taking all possible precautions to avoid direct access to the CVS server, bypassing the WANdisco CVS Replicator. For example, you could setup CVS server to only allow connection from the IP address of the host on which Replicator is running.