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

Re: svnperms.py fails on svnlook

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-27 02:08:40 CEST

On Mar 26, 2007, at 18:27, Hunter Peress wrote:

> Here is the error: why is it doing this?
>
> machine:/srv/svnroot/deploy/hooks # /usr/share/subversion/tools/
> hook-scripts/svnperms2.py -r /srv/svnroot/deploy -t 63-1 -s SimpleAuth
> svnlook author /srv/svnroot/deploy -t 63-1
> svnlook: No such transactionerror: command failed: svnlook author /
> srv/svnroot/deploy -t 63-1
> svnlook: No such transaction

Um... Well if you're trying to execute that at the command line, then
the reason is probably that transaction 63-1 no longer exists.
Transactions only exist while the commit is in progress. Once the
commit is done, the transaction either becomes a revision (if the
commit succeeds), or the transaction is deleted (if the commit fails).

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 27 02:09:00 2007

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.