You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mike Craig <Mi...@freeclear.com> on 2006/04/05 15:26:17 UTC

svnadmin lstxns question

I have the following non committed transactions. Is there a way to get a
description of what is contained in these?

 

C:\Program Files\Subversion>svnadmin lstxns e:\svn_repository 607-1

607-1

607-2

608-1

608-2

609-1

608-3

609-2

608-4

608-5

608-6

 

Thanks,

 

Mike

 


Re: svnadmin lstxns question

Posted by Dominic Anello <da...@danky.com>.
On 2006-04-05 08:26:17 -0700, Mike Craig wrote:
> I have the following non committed transactions. Is there a way to get a
> description of what is contained in these?
> 
>  
> 
> C:\Program Files\Subversion>svnadmin lstxns e:\svn_repository 607-1
----8<----

C:\Program Files\Subversion>svnlook changed -t 607-1 e:\svn_repository

- and -

C:\Program Files\Subversion>svnlook diff -t 607-1 e:\svn_repository