[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Good utility for CVS



Indraneel Majumdar forced the electrons to say:
> I'm in search of an automated CVS syncing tool (eg if I have the same CVS
> repository at two places and want them synced every 2 hours)

That would be rsync over ssh, run every two hours from cron. You might want to
block port 2401 at both locations while the sync is going on, if the repository
is large.

Binand