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

[Subclipse-users] Tag names not URL encoded for HTTP repositories.

From: Ashley Collins <acollin2_at_hotmail.com>
Date: 2006-02-02 00:07:51 CET

Hello,

I've recently migrated a CVS repository to Subversion (using cvs2svn) and
inherited some CVS tag names which cannot be checked out using the Subclipse
plugin.

An example tag name is "vAPP_1_1#0". The full URL is passed to the svn
libraries during the checkout is:

   http://subversion.mycompany.com/repos/myapplication/vAPP_1_1#0

I think it should be:

   http://subversion.mycompany.com/repos/myapplication/vAPP_1_1%230

This URL works with svn checkout from the command line.

Is there an easy fix or should I suggest a patch to something like
org.tigris.subversion.subclipse.core.resources.RemoteResource?

I'm using Subclipse 0.9.105 via the update manager in Eclipse 3.1.2 running
on Windows XP. Any help is appreciated.

Thanks.
Ashley

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Feb 2 00:08:03 2006

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

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