[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: Greg Stein <gstein_at_lyra.org>
Date: 2002-06-13 20:13:56 CEST

On Thu, Jun 13, 2002 at 10:00:26AM -0500, David Summers wrote:
> On Thu, 13 Jun 2002, Vladimir Prus wrote:
> > 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
>
> What I did was do a "svn st" which showed me the new files and "svn add"ed
> them.

You can also simply do "svn add *" since it will ignore things that are
already under version control.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 13 20:15:48 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.