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

Re: Problem with Peg Revisions and files containing '@'

From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2005-05-31 21:27:19 CEST

Hi !

Heiko.Helmle@head.de said the following on 2005-05-31 09:14:
> Hello,
>
> I just tried to operate with subversion on some files containing @ and
> immediately ran into a problem.
>
> something like
> svn proplist da_DK@euro won't work, as svn thinks @euro is a peg revision
>
> i tried some escapings and nothing really worked. Is there a way to proper
> escape
> such filenames (or others that may have filenames conflicting with
> subversion syntax)?

You probably need to URI escape it. At least, if you're working
remotely. Locally, I don't know.

So, if you want to do a remote proplist, this is the way to go:
svn proplist svn://REPOS_URL/repos/vendor/file%40

Just tried locally, and it won't work, says "not under version control".

Bye !
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 31 21:32:51 2005

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

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