[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: <Heiko.Helmle_at_head.de>
Date: 2005-05-31 22:26:53 CEST
Well actually i need it on the local side. I'm currently looking at asvn and putting in some fixes. But it looks like a) nobody encountered that corner case before or b) svn didn't support peg revisions when asvn was written.

At the moment nearly all operations fail when i try to work on the file/dir directly and I don't see any way to stop svn from interpreting that @ as a revision indicator.

Mit freundlichem Gruß/ with kind regards

Heiko Helmle
Software Development

Horiba Europe Automation Division GmbH
Zabergäustr. 3
73765 Neuhausen
Tel: +49 -7158-933-415
Fax: +49 -7158-933-615
eMail: heiko.helmle@head.de
www: http://www.emd.horiba.com

So finden Sie uns / How to find us
http://mail.map24.com/head_neuhausen

-----François Beausoleil <fbeausoleil@ftml.net> wrote: -----

To: Heiko.Helmle@head.de
From: François Beausoleil <fbeausoleil@ftml.net>
Date: 05/31/2005 09:27PM
cc: users@subversion.tigris.org
Subject: Re: Problem with Peg Revisions and files containing '@'

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 Wed Jun 1 18:19:36 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.