Hi Jaydeep,
On Wed, 2009-02-25 at 19:40 +0530, Jaydeep Ghurye wrote: > > Subversion.pm:215:Scmbug::Glue::Subversion::prepare_activity_verify_or_commit > - Reading the log message Could you output in the debugging file the log message read ? > I tried running the command in this line manually, like this: > > svnlook info -t 4-k C:/Repos/Repo1 > > and got the output: > > svnlook: No such transaction > > Apparently, the "-t" option is what causes the problem. I > found No. The "-t" option works inside a Subversion transaction. Instead, you executed 'svnlook info' *after* the transaction finished (the commit finished) by manually issuing this command on the command-line. This is not the same. BUT, do you think you could add debugging statements there to output to the log file the output of the 'svnlook info' command (in Subversion.pm) ? I suspect that the output format of svnlook info might have changed.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
