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

Re: Versioning external source

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-25 18:16:28 CEST

On Aug 25, 2006, at 01:57, Michael Schall wrote:

> I think this is almost perfect. Any chance this can be done against a
> working copy which I can commit when I like the changes? Or does it
> have to be done against the repository itself? I guess I can backup
> the repository and restore if I don't like it, but doing this to a
> working copy seems like a more friendly way of doing this...

svn_load_dirs.pl itself makes a working copy of the previous version
of the package in your repository, changes it to look like the new
version you're upgrading to, compares everything to make sure it's
done it right, and commits it.

The important thing to remember is that the place in the repository
where you load new versions with svn_load_dirs.pl -- usually /vendor
-- should not have any local modifications of yours. If you want to
make local modifications, copy the thing in /vendor to somewhere else
(I used /tools in my repo) and modify it there. Then you can use svn
merge to upgrade your copy to the latest version after loading a new
version into /vendor with svn_load_dirs.pl.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 25 18:18:49 2006

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

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