Tree Conflicts after merging a directory with --accept="theirs-full"

2011-04-19 Thread Gavin "Beau" Baumanis
Hi Everyone, I am having some issues understanding tree conflicts. I attempted the following; svn merge -r1:head trunk/com/palcare/listsServices/ branches/production/com/palcare/listsServices/ --accept="theirs-full" and got this; Skipped 'branches/production/com/palcare/listsServices/ListsServi

Re: duplicate merge conflict

2011-04-19 Thread Daniel Walter
I understand what is going on now, but this seems to indicate that I will need to look up revision numbers from tags every time I do a merge in SVN. Is there any automated way of doing this? It seems like a huge step backwards to go from using symbols that mean something to me to using numbers

Re: duplicate merge conflict

2011-04-19 Thread Stefan Sperling
On Tue, Apr 19, 2011 at 10:56:28AM -0400, Daniel Walter wrote: > svn merge appears to work with revision numbers but not symbolically > with tags. Is this expected? > > The merge happens twice if I use tags: > svn merge tag1 tag2 --non-interactive > > But when I find the revisions with svn info

Re: duplicate merge conflict

2011-04-19 Thread Ryan Schmidt
On Apr 19, 2011, at 09:56, Daniel Walter wrote: > svn merge appears to work with revision numbers but not symbolically with > tags. Is this expected? Tags are not symbols. Tags are directories. You can merge with directories if you want, provided you use their complete repository URL, or a val

Re: duplicate merge conflict

2011-04-19 Thread Daniel Walter
svn merge appears to work with revision numbers but not symbolically with tags. Is this expected? The merge happens twice if I use tags: svn merge tag1 tag2 --non-interactive But when I find the revisions with svn info svn info tag1 Last Changed Rev: 457 svn info tag2 Last Changed Rev: 467

RE: RFE: Add Subversion keyword for year

2011-04-19 Thread Bob Archer
> On Tue, Apr 19, 2011 at 12:02 AM, Daniel Becroft > wrote: > > On Tue, Apr 19, 2011 at 7:29 AM, Alex Vincent > wrote: > >> > >> I'm currently in the process of updating copyright notices where > I work. > >> To me, this is an ideal place for a SVN keyword: > >> > >> Copyright 2008-$Year$ MyCompa

Re: svnsync error : Error while replaying commit

2011-04-19 Thread nodje
I'm suddenly getting the same error: "Transmitting file data ...svnsync: Error while replaying commit". I'm syncing between a Ubuntu with 1.6.5 and os x 1.6.16. I never had this error, I don't have any right issue. I was syncing as usual, while commiting other stuffs on the main server and sud