"Ian Brockbank" <Ian.Brockbank@wolfsonmicro.com> writes:
> C:\Code\API\build>svn log -r COMMITTED
> http://subversion/svn/API/trunk/build
> svn: Can't check path 'http:\\subversion\svn\API\trunk\build': The
> filename, directory name, or volume label syntax is incorrect.
The COMMITTED keyword is only valid for local paths, because it is
calculated *based on* a path in your working copy. Subversion is
looking for a path with that name, and not finding it of course.
> C:\Code\API\build>svn log -r BASE http://subversion/svn/API/trunk/build
> svn: Can't check path 'http:\\subversion\svn\API\trunk\build': The
> filename, directory name, or volume label syntax is incorrect.
Same with BASE.
> C:\Code\API\build>svn log -r PREV http://subversion/svn/API/trunk/build
> svn: Can't check path 'http:\\subversion\svn\API\trunk\build': The
> filename, directory name, or volume label syntax is incorrect.
Same with PREV.
> C:\Code\API\build>svnversion -c http://subversion/svn/API/trunk/build
> svn: Can't check path 'http:\\subversion\svn\API\trunk\build': The
> filename, directory name, or volume label syntax is incorrect.
The 'svnversion' program is only for use on working copies, not
repository URLs.
> C:\Code\API\build>svnversion http://subversion/svn/API/trunk/build
> svn: Can't check path 'http:\\subversion\svn\API\trunk\build': The
> filename, directory name, or volume label syntax is incorrect.
Same.
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 2 19:20:37 2004