[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: Bartek Saran <barteks_at_rogers.com>
Date: Thu, 20 Nov 2008 12:36:05 -0800 (PST)

Mark,

Thanks for the response.

To clarify, I don't believe my syntax contained an absolute path. The console's output stated that the value of the property was "svn://repo/trunk/arm arm" and it was being set on D:/workspace/master_arm.

However, this did seem to work with TortoiseSVN, and now i have managed to get it working with Subclipse. The value of the property is now "arm svn://repo/trunk/arm", essentially going from "source dest" to "dest source". Thanks.

----- Original Message ----
From: Mark Phippard <markphip_at_gmail.com>
To: users_at_subclipse.tigris.org
Sent: Thursday, November 20, 2008 2:54:33 PM
Subject: Re: [Subclipse-users] Subclipse and externals property problem

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
---------------------------------------------------------------------
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 21:36:11 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.