-
Bug
-
Resolution: Incomplete
-
Blocker
-
None
-
Platform: Sun, OS: SunOS
Maybe I should reword this first statement.
the ckecout actually goes well and all my project bits get dumped on my drive
locally.
after the actual ckecout, an extra step checks for the svn file
$ svn co -q --non-interactive http://samsonite.central.sun.com/svn DirectoryServer
$ svn info svn
ERROR: revision check failed
this fails because on unix it's there as a hidden file named .svn (dot svn)
/path/to/hudson/jobs/DS/workspace/DirectoryServer$ls -al | grep svn
drwxr-xr-x 7 al145121 staff 512 May 19 19:10 .svn
/path/to/hudson/jobs/DS/workspace/DirectoryServer$svn info .svn
Path: .
URL: http://my.subversion.server/svn
Repository UUID: 80270577-44fa-0310-af59-d331026e8b94
Revision: 805
Node Kind: directory
Schedule: normal
Last Changed Author: myself
Last Changed Rev: 805
Last Changed Date: 2006-05-19 11:37:33 +0200 (Fri, 19 May 2006)
Properties Last Updated: 2006-05-19 19:10:06 +0200 (Fri, 19 May 2006)
Changing the subject from "subversion checkout fails on solaris" to "error check
on SVN module names are insufficient".
What do you specify as the SVN module names? Given your output, it looks like
you had "http://samsonite.central.sun.com/svn DirectoryServer" whereas you
probably needed "http://samsonite.central.sun.com/svn/DirectoryServer"
If this was an issue, I think it's just a matter of improving the error
detection code.