info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: backing up of cvs repositories


From: ankush grover
Subject: Re: backing up of cvs repositories
Date: Wed, 31 May 2006 15:20:53 +0530


I typically keep my lock files in a separate directory hierarchy and use
the LockDir= directive in the CVSROOT/config file.

I expect that this is generally what you want to use:

  --exclude '#cvs*' --exclude ',*,'

If you feel you want something more specific, then perhaps:

  --exclude '#cvs.lock' \
  --exclude '#cvs.history.lock' \
  --exlcude '#cvs.val-tags.lock' \
  --exlcude '#cvs.rfl*' \
  --exlcude '#cvs.pfl*' \
  --exlcude '#cvs.wfl*' \
  --exlcude ',*,' \
  --exclude 'CVS'


hey Mr. Mark,

Thanks a lot for your guidance and advice.

Thanks & Regards

Ankush Grover




reply via email to

[Prev in Thread] Current Thread [Next in Thread]