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

revision number of HEAD is unknown

From: Olaf Hering <olh_at_suse.de>
Date: 2003-07-28 20:16:48 CEST

Hello,

I claim that svn diff is buggy, it should not print "working copy",
instead it should print the real number of the stuff in the upstream
repository.
I'm not sure how atomic such a diff is. Someone might commit something
while my diff is running, but that should not stop svn from printing the
current revision number.

('svn diff | head' should not fail with broken pipe, but thats another story)

olaf@nectarine:~/sources/subversion/trunk> svn --version
svn, version 0.26.0 (r6550)
   compiled Jul 24 2003, 12:38:11

Copyright (C) 2000-2003 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

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

olaf@nectarine:~/sources/subversion/trunk> svn diff
olaf@nectarine:~/sources/subversion/trunk> svn diff -r BASE:HEAD | head
Index: subversion/include/svn_wc.h
===================================================================
--- subversion/include/svn_wc.h (revision 6598)
+++ subversion/include/svn_wc.h (working copy)
@@ -272,7 +272,7 @@
   svn_wc_notify_restore,
   svn_wc_notify_revert,
   svn_wc_notify_failed_revert,
- svn_wc_notify_resolve,
+ svn_wc_notify_resolved,
svn: Broken pipe
svn: svn_io_file_printf: unable to print to file
olaf@nectarine:~/sources/subversion/trunk> svn info
Path:
Url: http://svn.collab.net/repos/svn/trunk
Repository UUID: 65390229-12b7-0310-b90b-f21a5aa7ec8e
Revision: 6593
Node Kind: directory
Schedule: normal
Last Changed Author: fitz
Last Changed Rev: 6593
Last Changed Date: 2003-07-28 07:02:54 +0200 (Mon, 28 Jul 2003)
Properties Last Updated: 2003-05-19 17:00:39 +0200 (Mon, 19 May 2003)

-- 
USB is for mice, FireWire is for men!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 28 20:17:45 2003

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

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