committing transactions from python script corrupts repository
From: J. Hart <af804_at_bfn.org>
Date: Wed, 04 Mar 2009 15:23:01 +0900
The sccs2svn macro commits a transaction to the repository as follows:
def _commit(self, rev, date, txn, subpool):
fs.change_rev_prop(self.fsob, rev,
return repos.svn_repos_fs_commit_txn(
This appears to run without errors, but each "svn version" picks up the
I tested this on two systems as follows:
a) linux 2.6.22 (32 bit)
b) linux 2.6.19 (64 bit)
All were tested with the sccs2svn version 0.25
I don't see any obvious problems with the sccs2svn macro, but I am not
Any suggestions would be greatly appreciated.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.