AW: Issue: svn:externals syntax does not accept -rHEAD

2012-06-26 Thread Ruhe Julian
hahaf; users@subversion.apache.org >> Subject: AW: Issue: svn:externals syntax does not accept -rHEAD >> >> Hello Daniel, >> >> >The update command accepts -rHEAD, but not necessarily -rHEAD plus >> >peg >> revision.  HEAD is a keyword for "latest in t

Re: Issue: svn:externals syntax does not accept -rHEAD

2012-06-25 Thread Johan Corveleyn
On Mon, Jun 25, 2012 at 8:07 PM, Bert Huijben wrote: > > >> -Original Message- >> From: Ruhe Julian [mailto:jr...@axway.com] >> Sent: vrijdag 22 juni 2012 14:57 >> To: Stephen Butler >> Cc: Daniel Shahaf; users@subversion.apache.org >> Subject

RE: Issue: svn:externals syntax does not accept -rHEAD

2012-06-25 Thread Bert Huijben
> -Original Message- > From: Ruhe Julian [mailto:jr...@axway.com] > Sent: vrijdag 22 juni 2012 14:57 > To: Stephen Butler > Cc: Daniel Shahaf; users@subversion.apache.org > Subject: AW: Issue: svn:externals syntax does not accept -rHEAD > > Hello Daniel, > &g

Re: Issue: svn:externals syntax does not accept -rHEAD

2012-06-22 Thread Les Mikesell
On Fri, Jun 22, 2012 at 5:19 PM, Johan Corveleyn wrote: > > Just to be sure, I checked what happens if you don't move the target > of the checkout, but perform some other change below it. Sure enough, > checkout does the right thing: it checks out the correct item, at the > operative revision: Do

Re: Issue: svn:externals syntax does not accept -rHEAD

2012-06-22 Thread Johan Corveleyn
On Fri, Jun 22, 2012 at 7:47 PM, Les Mikesell wrote: > On Fri, Jun 22, 2012 at 12:00 PM, Ruhe Julian wrote: >> >>> I'm sort of surprised a checkout works that way either. >> >> I hope this is an argument for expecting svn:externals to do the same. > > No, it is an argument for you to more closely

Re: Issue: svn:externals syntax does not accept -rHEAD

2012-06-22 Thread Les Mikesell
On Fri, Jun 22, 2012 at 12:00 PM, Ruhe Julian wrote: > >> I'm sort of surprised a checkout works that way either. > > I hope this is an argument for expecting svn:externals to do the same. No, it is an argument for you to more closely align your expectations/usage to what subversion actually does

AW: Issue: svn:externals syntax does not accept -rHEAD

2012-06-22 Thread Ruhe Julian
il.com] Gesendet: Freitag, 22. Juni 2012 18:02 An: Ruhe Julian Cc: users@subversion.apache.org Betreff: Re: Issue: svn:externals syntax does not accept -rHEAD On Fri, Jun 22, 2012 at 8:11 AM, Ruhe Julian wrote: > Hi Les, > > thank you for your answer. I think I have to explain my use

Re: Issue: svn:externals syntax does not accept -rHEAD

2012-06-22 Thread Les Mikesell
On Fri, Jun 22, 2012 at 8:11 AM, Ruhe Julian wrote: > Hi Les, > > thank you for your answer. I think I have to explain my use case a little > more detailed. First, we are not talking about source code. Users will not be > software developers. > > Ok, we have defined an area in the repo where "gl

AW: Issue: svn:externals syntax does not accept -rHEAD

2012-06-22 Thread Ruhe Julian
Daniel Shahaf; users@subversion.apache.org Betreff: Re: Issue: svn:externals syntax does not accept -rHEAD On Fri, Jun 22, 2012 at 6:19 AM, Stephen Butler wrote: > >> -rHEAD >> ^/mapping_services/global/testing/full_test/globalresource6.xml@109 >> => gives me an error on

Re: Issue: svn:externals syntax does not accept -rHEAD

2012-06-22 Thread Les Mikesell
On Fri, Jun 22, 2012 at 7:56 AM, Ruhe Julian wrote: >> >> It sounds like you want Subversion to search for the latest revision in the >> history of URL@REV.  What if that item was deleted and later restored? > > No. Not at all. Forward history of an object is another topic. Not to subversion.

AW: Issue: svn:externals syntax does not accept -rHEAD

2012-06-22 Thread Ruhe Julian
Hello Daniel, >The update command accepts -rHEAD, but not necessarily -rHEAD plus peg >revision. HEAD is a keyword for "latest in the repository", not "latest in >the history of URL@REV". If an item has been deleted, it's no longer part of >the >HEAD, as you've seen. That is not the point. I

Re: Issue: svn:externals syntax does not accept -rHEAD

2012-06-22 Thread Les Mikesell
On Fri, Jun 22, 2012 at 6:19 AM, Stephen Butler wrote: > >> -rHEAD ^/mapping_services/global/testing/full_test/globalresource6.xml@109 >> => gives me an error on svn up if gr.xml6@109 does no longer exist on HEAD >> ^/mapping_services/global/testing/full_test/globalresource6.xml (your >> proposa

Re: Issue: svn:externals syntax does not accept -rHEAD

2012-06-22 Thread Stephen Butler
use case is not completely remote. I hope I can create an issue > for it. > > Greetings, > Julian > > -Ursprüngliche Nachricht----- > Von: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Gesendet: Freitag, 22. Juni 2012 01:47 > An: Ruhe Julian > Cc: users@subversion.a

RE: Issue: svn:externals syntax does not accept -rHEAD

2012-06-22 Thread Ruhe Julian
: Ruhe Julian Cc: users@subversion.apache.org Betreff: Re: Issue: svn:externals syntax does not accept -rHEAD You're asking svn to trace history forward. (from r109 to rHEAD.) In general there will be N places in rHEAD that are related to gr6.xml@109. Is there a reason to expect that ^/ma

Re: Issue: svn:externals syntax does not accept -rHEAD

2012-06-21 Thread Daniel Shahaf
Ruhe Julian wrote on Wed, Jun 20, 2012 at 09:17:53 +: > Hello, > > try to assign a file p.txt containing the following lines as svn:external > > -r110 ^/mapping_services/global/testing/full_test/globalresource5.xml@110 > "xml/globalresource5.xml" > -r84 ^/mapping_services/global/testing/full

Issue: svn:externals syntax does not accept -rHEAD

2012-06-20 Thread Ruhe Julian
Hello, try to assign a file p.txt containing the following lines as svn:external -r110 ^/mapping_services/global/testing/full_test/globalresource5.xml@110 "xml/globalresource5.xml" -r84 ^/mapping_services/global/testing/full_test/globalresource4.xml@84 "xml/globalresource4_renamed.xml" -r83 ^/m