On Tuesday 30 September 2008 18:23:03 Toby Johnson wrote: > In fact, if you haven't already done the patching, I would be happy to > create a branch for you in the project's Subversion repo and give you > commit access (I would have done so for Mr. Gavrilov in the first place > but didn't know until afterwards that he was doing so much work on the > script). If you're interested, send me your preferred username to > [EMAIL PROTECTED] and I'll create an account.
Perhaps, I should apply them myself, after all =) Recently I created more patches, although some of them probably need reworking. Alexander commit 322aa48a94e23462a477a45074b9a6b433653789 Author: Alexander Gavrilov <[EMAIL PROTECTED]> Date: Tue Sep 16 20:21:51 2008 +0400 Allow specifying auto-props relative to a default set. Add a vss2svn-only extension to support specifying global default property values. It is useful for CRLF conversion. commit dfbaec32a8b71d333cc77e0913f7544bcf02dac3 Author: Alexander Gavrilov <[EMAIL PROTECTED]> Date: Tue Sep 16 20:20:27 2008 +0400 Implement consistency checking for the CRLF conversion. commit 983486ca447641bfbed5a74df01d2907e1ba9e56 Author: Alexander Gavrilov <[EMAIL PROTECTED]> Date: Tue Sep 16 14:29:39 2008 +0400 Use dbdir instead of tempdir for transient objects. dbdir is supposed to be pointed to a ramdisk, so use it for small temporary items. commit e503a2e148595e044989b9ff61af105212ccd564 Author: Alexander Gavrilov <[EMAIL PROTECTED]> Date: Fri Sep 12 20:28:08 2008 +0400 Fix RESTORE support. 1) Don't overwrite the physical entry if it already exists. 2) If it is not orphaned, move it from the previous location. 3) Fix handling of rename in restore. commit c50b12fe1bd1817ac9b374a945dbb44329149e94 Author: Alexander Gavrilov <[EMAIL PROTECTED]> Date: Wed Sep 10 20:33:16 2008 +0400 Allow specifying additional quirk rules. commit 61ef7c67bcc61e5d7e2f1b690ee14fbd2f217e31 Author: Alexander Gavrilov <[EMAIL PROTECTED]> Date: Wed Sep 10 20:31:10 2008 +0400 Convert to using SQLite 3. Changed the DataCache format for easier analysis by perl. (COPY statement has been removed in SQLite 3) commit 41cd6c1b8f58e6273e29eb1f98da25cc7cddce5b Author: Alexander Gavrilov <[EMAIL PROTECTED]> Date: Tue Sep 9 23:19:24 2008 +0400 Database performance patch. The database is temporary anyway, so one might want to disable syncing for speed reasons. Also allow specifying a separate directory for use of the db, e.g. --nosync --dbdir=/mnt/ramdisk commit ac6549f856d60ae4877fb173dc9f766f3ba55c71 Author: Alexander Gavrilov <[EMAIL PROTECTED]> Date: Tue Sep 9 16:18:36 2008 +0400 Add rules to ignore files in git. commit a3db86f292a6e19517037f9623a3f4946aae5de8 Author: Alexander Gavrilov <[EMAIL PROTECTED]> Date: Tue Sep 9 16:18:22 2008 +0400 Make ssphys buildable on 64-bit Linux. The 'long' type is 32-bit in MSVC++, and 64-bit on Linux, so nobody should use it without good reason. commit f3c5a434c22b0f3b39098a73db42aab4711fde77 Author: Alexander Gavrilov <[EMAIL PROTECTED]> Date: Tue Sep 9 15:34:27 2008 +0400 Support building ssphys from a git-svn repository. Implement svnwcrev.sh for git-svn. Otherwise it cannot create version.h, and build fails. _______________________________________________ vss2svn-users mailing list Project homepage: http://www.pumacode.org/projects/vss2svn/ Subscribe/Unsubscribe/Admin: http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org Mailing list web interface (with searchable archives): http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user