Re: Error when creating tags from working copy
From: David Weintraub <qazwart_at_gmail.com>
Date: Mon, 1 Dec 2008 13:26:43 -0500
It looks like you're right. My understanding is that there are four
WC -> WC
And, that when you do a copy to a URL, no actual copying happens. Instead, a
That would mean that a working copy having multiple revisions in it wouldn't
However, I just did a quick test. In a test repository, I checked out a
$ svn cp . http://subversion/dev/foo/tags/TEST
I then executed:
$ svn log -v http://subversion/dev/foo/tags/TEST
Testing
So, Subversion actually did pick up the different revisions in side my
I assume the same thing happens if I had a different revision in a directory
-- David Weintraub qazwart_at_gmail.com On Mon, Dec 1, 2008 at 3:57 AM, Michael Susser <hdmlist_at_googlemail.com>wrote: > Hi David, > > this can't be true, because it worked with all versions until 1.5.2. "Tag > from working copy" would make no sense if all files must have the same > revision... > > Regards, > Michael > > 2008/11/30 David Weintraub <qazwart_at_gmail.com> > >> Well, you've hit another limit on the "tags as branches" method used in >> Subversion. Since tags are simply a copy from a particular revision of the >> repository, you can't make a tag via a simple copy unless all the files are >> in the same revision. >> The only way I've found around this is to make a tag via a standard >> revision, checkout that tag, then copy the changes you want one-by-one over >> the tag. I use a script to do this. >> >> -- >> David Weintraub >> qazwart_at_gmail.com >> >Received on 2008-12-01 19:27:07 CET |
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.