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

SVN errors with junction points

From: Joost van Dongen <joost_at_ronimo-games.com>
Date: Wed, 3 Aug 2011 18:18:11 +0200

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. However, this
gives me weird SVN errors. These folders are my situation:

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".

-When I try to commit a file that is in D:\SVN\Bigfolder, I get this error:
"Commit failed (details follow): Entry for D:\SVN\BigFolder has no URL. Try
a CleanUp. If that doesn't work you need to do a fresh chackout."

I found a topic on the newsgroups that said SVN doesn't support creating and
removing junction points, but I am just trying to submit a file inside an
already existing junction point.

Interestingly, I have several other folders like BigFolder, and some work,
while some others don't. Also, which works and which doesn't seems to
randomly change sometimes.

So, what is going wrong here and how can I fix it?

Thanks in advance!

With kind regards,
Joost
Received on 2011-08-03 18:35:20 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.