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

Re: Equivalent of cvs log?

From: Christopher Ness <chris_at_nesser.org>
Date: 2005-02-11 21:45:33 CET

On Fri, 2005-11-02 at 15:34 -0500, Norman Walsh wrote:
> I've recently switched one of my projects from CVS to Subversion.
> So far, everything is great. I have a question though. I used
> to have a process that used the output of 'cvs log' (which dumps
> the log of the whole repository) to build another artifact.
>
> Of course 'svn log' only shows me the log for the root directory. I
> can imagine building a tool that recursively searches the repository
> and issues svn log requests for all the files, but that seems like
> overkill. Is there an easier way?

     svn log https://your.domain.com/

Where https://your.domain.com/ is the root of your repository (use svn
+ssh:// or whatever protocol you use for your repository).

If you are doing it from a working copy - which . is assumed if no
arguments are given to log - use `svn status -v` to check what revision
your root directory is at.

You could fix this with a `svn update` But it's just easier to ask the
repository itself instead of the working copy. No need to download
updated files.

Cheers,
Chris

-- 
Software Engineering IV,
McMaster University
PGP Public Key: http://www.nesser.org/pgp-key/
15:38:54 up 17:09, 2 users, load average: 2.00, 1.67, 1.27 
http://www.fsf.org/philosophy/no-word-attachments.html

Received on Fri Feb 11 21:47:24 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.