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

Re: Strange behaviour of svn log -r COMMITTED

From: <kfogel_at_collab.net>
Date: 2004-12-02 18:12:59 CET

"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

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

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