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

RE: SVN errors with junction points

From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Thu, 4 Aug 2011 07:57:20 +0100

> -----Original Message-----
> From: Stefan Sperling [mailto:stsp_at_elego.de]
> Sent: 03 August 2011 22:11
> To: Joost van Dongen
> Cc: users_at_subversion.apache.org
> Subject: Re: SVN errors with junction points
>
> On Wed, Aug 03, 2011 at 06:18:11PM +0200, Joost van Dongen wrote:
> > Our SVN checkout is too big to fit on my small SSD
> harddisk, so I have
> > spread it over two harddisks using Windows 7 junction points.
>
> Sorry, Subversion doesn't support NTFS junctions.
> See http://subversion.tigris.org/issues/show_bug.cgi?id=3570
>
I'm not sure that is the problem, my understanding from the OP was he is only trying to get subversion to checkout into a (partially prepared?) tree that happens to have a junction in it...

> E:\SVN\BigFolder
> D:\SVN\SmallFolder
> D:\SVN\BigFolder >> junction point towards E:\SVN\BigFolder
>
> I want to use the SVN entirely through d:\SVN and just
> pretent everything is there. Windows Explorer does that
> exactly, but SVN gives me weird errors:
>
> -When I try to update D:\SVN\BigFolder, I get this error:
> "D:\SVN\BigFolder has no ancestry information".

I suspect the problem is around how the checkout was done. Subversion would not be able to create the `BigFolder` junction, so this must have been created by hand and the checkout in several passes? This might then cause a discontinuity in the tree?

Joost, can you clarify how you did the checkout originally? I do not think there is a svn solution to this but there may be a windoze one...

~ mark c
Received on 2011-08-04 08:58:22 CEST

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.