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

Re: can of worms: custom props in our tree?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-11-07 01:04:27 CET

On Nov 6, 2003, at 4:47 PM, Philip Martin wrote:

>> And if it's in the public repository, what if two (or
>> more) people want to use svk to check in at the same point?
>
> They would be using repositories with separate UIDs, and the UID is
> stored in svk:merge.

Yeah, except it looks (at least to my "I'm almost a competent perl
programmer" eyes) like svk intends to have the svk:merged property be a
newline delimited list of UUID:repospath:revision's. At least it does
have support for that when it's reading the property, but it appears
that when it sets the property it just sets it to a single line
containing the current UUID, repos path, and revision merged, rather
than looking for an existing prop and filling in it's particular UUID's
line. See line 747-750 of the svk script (as of revision 1170 anyway).

Either that, or I'm on crack, it's certainly possible ;-)

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 7 01:05:01 2003

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.