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

Re: [Subclipse-dev] checking out project with a really long name on windows

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 18 Jan 2008 14:47:21 -0500

On Jan 18, 2008 1:44 PM, Eugene Kuleshov <eu_at_md.pp.ru> wrote:
> Mark Phippard wrote:
> It is strange then, I thought that svn command line client is using
> the same Subversion API, but it does allow using C:\
> Something seem disconnected there.

The command line is just another UI for the libraries. It takes the
paths you type and "canonicalizes" them before passing them to the
API. Basically, the same thing we have to do in Subclipse.

> > Are you using JavaHL or SVNKit?
> JavaHL and it is also the same with the latest Subclipse 1.3.x

So you get this problem when using Subclipse? I ask for a few reasons:

1) The pasted output does not match what Subclipse would output. For
example, it was missing -r HEAD from the command line.

2) The paths are showing as relative, but we only pass absolute. We
confirmed this.

Basically, the output looks more like what you would see from a
command line session.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: dev-help_at_subclipse.tigris.org
Received on 2008-01-18 20:47:27 CET

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

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