Hello,
I installed subversion version 0.15.0
When I bind an svn:externals property to the root directory by executing the
following commands:
svn checkout http://localhost:7080/repos/Test
<http://localhost:7080/repos/Test> Test
cd Test
svn propset svn:externals "SubProj http://localhost:7080/repos/SubProj"
.
svn commit -m "Testing..."
svn up
I get as output from the svn up:
At revision 4.
Fetching external item into SubProj
Followed by an Application Error:
The exception unknown software exception (0xc00000fd) occurred in the
application at location 0x77f8394c.
However when I bind the svn:externals property to an subdirecotry of the
project:
svn checkout http://localhost:7080/repos/Test
<http://localhost:7080/repos/Test> Test
cd Test
svn mkdir SubDir
cd SubDir
svn propset svn:externals "SubProj http://localhost:7080/repos/SubProj"
.
cd ..
svn commit -m "Testing..."
svn up
Then all runs fine.
Am I missing something or doing something wrong?
Regards,
Jelle
Received on Wed Nov 20 14:25:29 2002