Thank you,
can you confirm it is a bug?
Thank you.
Marián
Andreas Schweigstill wrote:
> Hello!
>
> B. Smith-Mannschott schrieb:
>> This is not a bug. When Subversion sees the last (or only) "@" in a
>> path, it expects what follows to be a peg revision. The escaping
>> mechanism for paths containing "@", where you don't want to specify a
>> peg revision is to terminate the path with "@":
>>
>> /trunk/@somefile@
>
> But that's what Marian already did:
> >> Appending an extra at sign to the end of the path does not help:
> >>
> >> $ svn add 'dir/@File.txt@'
> >> svn: warning: 'dir/@File.txt@' not found
> >>
> >> Now the slash was maintained but the trailing at sign was maintained,
> >> too, which makes the path invalid.
>
> The big difference is that Marian specifies a path in the WC, not in
> the repository.
>
> Regards
> Andreas Schweigstill
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2355793
Received on 2009-05-27 16:25:44 CEST