[Gllug] OT: Source control - backup

Kristian Davies kristian at ELIXIR-STUDIOS.CO.UK
Thu Jul 31 14:25:44 UTC 2003


<snip>
if you're using CVS you could find such checked-out directories with:
  find . -type d -exec test -d '{}/CVS' \; -print -prune
- you could actually try to run CVS to test whether each one is a valid
checkout, but this would be excruciatingly slow if there were lots and
the repositories were remote.

A similar solution should be possible for other revision control systems
- presumably they also store some knowledge about what is "checked out"
on the local machine and you can access this.
<snip>


Yeah i was thinking along the same lines... 

Had a look and it seems it's possible with some clever scripting... (our scm
is perforce btw)

Cheers,
Kristian


---------------------------------------------------------------------------
The information transmitted is intended only for the
person or entity to which it is addressed and may
contain confidential and/or privileged material. 
Any review, retransmission, dissemination or other
use of, or taking of any action in reliance upon, this
information by persons or entities other than the
intended recipient is prohibited.  If you received this
in error, please contact the sender and delete the
material from any computer.
---------------------------------------------------------------------------


-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list