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

Re: [Subclipse-users] Tag freezes svn:externals

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-02-21 19:03:58 CET

On 2/21/07, Lira Olavo <Olavo.LIRA@gemalto.com> wrote:
>
> But with the svncopy.pl.in script, there is no API also, the idea is (if
> the user wants) to change the svn:externals to include the revision before
> you call the svncopy. You don't need a new API to do that right?
>
> The algo is more or less like this:
>
> - If the user wants the -r option then:
> - propget to see where is the svn:externals
> - get the version of the url (you have already this info)
> - propset the svn:external now with the -r option
> ... Natural flow
> - do the commit
>
> Probably you know even a better way to do this.
>
> Why it can't be implemented?

That would only work if tags are always made from working copies. Also, I
imagine the Perl script must have to run revert after it does the copy so
that the property changes it made are not still set.

Anyway, I am not real crazy about this idea. I do not want to write code
that has to parse out that property and set the value properly. If someone
wants to try to tackle it, I am willing to test it.

Thanks

Mark Phippard
http://markphip.blogspot.com/
Received on Wed Feb 21 19:04:18 2007

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

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