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

RE: What is my user doing wrong with log

From: Peter Kahn <pkahn_at_connected.com>
Date: 2005-02-11 17:21:38 CET

Looks like his goal was to get the log info for a specific file. If
that was the case then
 svn log filename would give the log of the file only
 svn log -N . Would log only the directory and files in it
 svn log . Would log the directory, all files in
it, and recursively do this for all subdirectories

The same convention holds true for the other svn commands as well (for
diff and commit this is especially useful)

--
Peter Kahn
pkahn@connected.com
PackReq Described:
http://svn:8080/svn/repos/Welcome_To_SVN/buildFarmTutorial.html#Packager
-----Original Message-----
From: Daniel Berlin [mailto:dberlin@dberlin.org] 
Sent: Thursday, February 10, 2005 7:01 PM
To: users@subversion.tigris.org
Subject: What is my user doing wrong with log
Can someone take a look at
http://gcc.gnu.org/ml/gcc/2005-02/msg00404.html
and tell me what the user is doing wrong?
They are trying to get the log of a file deleted in the current
revision. Apparently, simply svn log file@revision-it-exists doesn't
work
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 11 17:25:47 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.