[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Bundles Re: SVN, .SVN, and other meta-data directorys

From: Daniel L. Rall <dlr_at_collab.net>
Date: 2000-08-24 00:17:45 CEST

Bill Tutt wrote:
>
> Greg Ward wrote a Python script to munge CVS's metadata to auto-repoint the
> checked out tree to Python's new CVS tree at sourceforge after it moved away
> from CNRI.
>
> So yes, people do manipulate the metadata files.

I do this constantly, often on the command line. Here's an example of
replacing the CVSROOT for a project:

for d in `find . -type d -name CVS`; do echo
':pserver:foo@cvs.tigris.org:/cvs' > $d/Root; done; unset d

-- 
Daniel Rall <dlr@collab.net>
http://collab.net/ | open source | do the right thing
Received on Sat Oct 21 14:36:07 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.