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

Subversion book time range

From: Ed Smiley <esmiley_at_stanford.edu>
Date: 2005-07-29 04:23:43 CEST

The documentation on quoting dates in revision ranges appears to be
incomplete, as you need to quote outside the brackets in the Windows
command processor.
I apologize if it is in the book somewhere, but I didn't see it.

Easiest way to demonstrate is on the same machine from inside cygwin
(emulating Xix environment)
(WORKS)
esmiley@esmiley ~/svn/trunk/sakai/sam/src/org/sakaiproject
$ svn log -r 607:{2005-07-18T04:00Z}
------------------------------------------------------------------------
r607 | esmiley@stanford.edu | 2005-07-13 16:11:08 -0700 (Wed, 13 Jul
2005) | 1 line

fixed compilation error....
etc. ....
Then change to CMD:

$ cmd
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\cygwin\home\esmiley\svn\trunk\sakai\sam\src\org\sakaiproject>svn log
-r 607:{2005-07-18T04:00Z}
svn: Syntax error in revision argument '607:2005-07-18T04:00Z'

BUT------------NOW IT WORKS
C:\cygwin\home\esmiley\svn\trunk\sakai\sam\src\org\sakaiproject>svn log
-r 607:"{2005-07-18T04:00Z}"
------------------------------------------------------------------------
r607 | esmiley@stanford.edu | 2005-07-13 16:11:08 -0700 (Wed, 13 Jul
2005) | 1 line

fixed compilation error.....

-- 
-------------------------------------------------------------
Ed Smiley    
Email:         esmiley@stanford.edu  
      
Organization:  Stanford University  
Relationship:  Staff  
Profile:       Senior Java Software Developer, Sakai Project.  
Department:    Academic and Residential Computing  
Mail Code:     3101  
Work Address:  Meyer Library RM 260
               Stanford, California, 94305       
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 29 09:12:56 2005

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.