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

Re: use svnadmin to set revision number?

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-26 18:36:27 CEST

On Jul 26, 2006, at 18:08, Tom Vaughan wrote:

> I don't think the state of what I have checked out matters. As I'd
> have
> to strip out everything ".svn", and then copy just the "content" over
> into a new checkout from the old repository. So that's something like:
>
> mv project1 project1.latest
> svn co https://oldserver/project1 project1
> cd project.latest
> find . -type f | grep -v .svn | \
> xargs -I '{}' cp -a '{}' ../project1/'{}'
> cd ../project1
> svn ci project1
>
> No?

Yes, you'd have to do something like that -- move the old working
copy out of the way, make a new one, and manually move over the
changes. And the point is everyone would have to do this somehow.
Nobody would be able to continue using their old working copies.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 26 18:39:23 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.