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

Re: [Subclipse-users] Subclipse and externals property problem

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 20 Nov 2008 14:54:33 -0500

On Thu, Nov 20, 2008 at 2:47 PM, Bartek Saran <barteks_at_rogers.com> wrote:

> I'm using the Subclipse plug-in with my IDE (Eclipse 3.1.1) and have added a propertyon a folder in the repository and the console output is as follows:
>
> propset svn:externals "svn://repo/trunk/arm arm" D:/workspace/master_arm
>
> I then try to Update or even a fresh check out and get the following error message in the console:
>
> Updating external location at: D:/workspace/master_arm/svn://bpchfk5v31/CPIG/trunk/arm
> The filename, directory name, or volume label syntax is incorrect.
> svn: Can't check path 'D:\workspace\master_arm\svn:\repo\trunk\arm': The filename, directoryname, or volume label syntax is incorrect.
>
> The concatenation between the file names/addresses is not accidental, and somewhat suspicious to me.
>
> Has anyone had any similar issues with this? or am I doing something wrong. I've used this exact property with TortoiseSVN and it did check out the main folder and also the contents of arm as a subdirectory within it. Any help would be greatly appreciated. Thank you.

I do not see how TortoiseSVN could work because neither TortoiseSVN
nor Subclipse are directly involved in this behavior, we both call
Subversion API and it is responsible for this.

Your syntax is not valid. You do not specify an absolute path
D:/workspace.... in the property, you specify just a folder name.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-11-20 20:54:51 CET

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.