> -----Original Message----- > From: Stefan Sperling [mailto:s...@elego.de] > Sent: 03 August 2011 22:11 > To: Joost van Dongen > Cc: users@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