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

Re: Tracking public trees & private mods

From: Vladimir Prus <ghost_at_cs.msu.su>
Date: 2002-06-13 10:06:12 CEST

Blair Zajac wrote:
> If you wanted to track an open-source project, say APR, but keep
> a set of modifications private, then you could create a svn tree,
> check out the CVS APR inside the svn tree and check in everything,
> including the CVS directories. Then tracking APR is easy, just cvs
> update, merge any conflicts between the local mods and the APR updates,
> and finally svn commit.

Except that if a file is added in APR, you can very easily forget to run
"svn add" for it. However, I have a Python code which can read both CVS and
SVN entries file, so one day I might write a script to automate such adding.

- Volodya

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 13 10:08:47 2002

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.