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

Re: Subversion Exception in 1.7.1/2

From: coolie <pcoulson_at_senscient.com>
Date: Thu, 1 Mar 2012 03:08:55 -0800 (PST)

4073 says this is supposed to have been fixed. I'm now on 1.7.5 and still
have the same issue.

I can't use a relative path cos that is not where the libray is. I need
absolute because some apps (viz VS 2010) require absolute paths for library
references.

I have to put the libraries on the C drive so that they can be accessed by
any user without them having to change the VS settings.

Daft thing is, it does actually check out the external library - I just get
a MS exception report. I then have to do a cleanup and on subsequent
updates I don't get the exception.

If this is not fixed then every user has to edit user specific VS settings
whenever my project is checked out by them. The settings are then wrong for
everybody else when it gets checked back in!

On Monday, 12 December 2011 13:04:47 UTC, Philip Martin wrote:
>
> coolie writes:
>
> > I am checking out a svn folder to Windows desktop, but have set the
> > svn:externals property on this folder to check out a lib at C:/lib:
> >
> > svn:externals <repo-path-for-lib> C:/lib
>
> This is issue 4073:
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=4073
>
> use a relative path such as "lib" rather than "C:/lib".
>
> --
> Philip
>
>
Received on 2012-03-01 12:09:32 CET

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.