Hi guys,

FYI:
Recently I moved to Subversion 1.6.13 and immediately had trouble with checkout. I usually specify:

svn checkout https://jallib.googlecode.com/svn/trunk /jallib/

With SVN 1.6.13 this results in:

Assertion failed: svn_path_is_canonical(base, pool), file 
subversion/libsvn_subr/path.c, line 155

Killed by SIGABRT
pid=0x0060 ppid=0x005e tid=0x0001 slot=0x00a7 pri=0x0200 mc=0x0001
K:\SUBVERSION\BIN\SVN.EXE
Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.

I guessed it had something to do with file specification. It turns out that with a checkout of a directory tree you now have to specify the complete local path, in my case I need: K:/jallib/.

Strangely enough this is not needed when the repository doesn't have subdirectories, for example:

svn checkout https://jallib.googlecode.com/svn/wiki/ /jallib/wiki/

doesn't complain, even though no drive letter is specified.

A warned man counts for two.....

Regards, Rob.


--
R. Hamerling, Netherlands --- http://www.robh.nl

--
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to