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

Issue with svn:externals on Windows 2000

From: Jelle Hissink <Jelle.Hissink_at_cem-it.nl>
Date: 2002-11-20 14:24:28 CET

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.