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

Strange behaviour of svn log -r COMMITTED

From: Ian Brockbank <Ian.Brockbank_at_wolfsonmicro.com>
Date: 2004-12-02 13:19:07 CET

Hi All,

Can you explain this?

C:\Code\API\build>svn info
Path: .
URL: http://subversion/svn/API/trunk/build
Repository UUID: d16a2f87-8dd7-0310-83cd-cbc706a09213
Revision: 1016
Node Kind: directory
Schedule: normal
Last Changed Author: user
Last Changed Rev: 1009
Last Changed Date: 2004-11-29 15:13:57 +0000 (Mon, 29 Nov 2004)
Properties Last Updated: 2004-12-02 11:52:02 +0000 (Thu, 02 Dec 2004)

C:\Code\API\build>svn log -r COMMITTED .
------------------------------------------------------------------------
r1009 | user | 2004-11-29 15:13:57 +0000 (Mon, 29 Nov 2004) | 4 lines

[snip]
------------------------------------------------------------------------

C:\Code\API\build>svn log -r 1009 http://subversion/svn/API/trunk/build
------------------------------------------------------------------------
r1009 | user | 2004-11-29 15:13:57 +0000 (Mon, 29 Nov 2004) | 4 lines

[snip]
------------------------------------------------------------------------

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.

C:\Code\API\build>svn log -r HEAD http://subversion/svn/API/trunk/build
------------------------------------------------------------------------

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.

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.

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.

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.

C:\Code\API\build>svn --version
svn, version 1.1.1 (r11581)
   compiled Oct 23 2004, 14:47:47

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network
protocol.
  - handles 'svn' schema

Client running on Windows XP, server 1.0 on Fedora.

Note: I can use the URL fine for anything else.

How can I get the version at which a path changed for a remote path?

Cheers,

Ian Brockbank
Applications Software Team Leader
e: ian.brockbank@wolfsonmicro.com / apps@wolfsonmicro.com
scd: ian@scottishdance.net
t: +44 131 272 7145
f: +44 131 272 7001
  

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 2 13:22:54 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.