Kenneth Porter wrote:
On Friday, July 28, 2006 1:46 PM +0200 Dirk <[EMAIL PROTECTED]> wrote:

I tried this the first time last weekend with a VPN connection over an
ADSL2 link. It was a horrible experience. ssexp even needed 5 minutes to
come up with my current project.

I changed the time expression to this:

   AND (ABS(? - timestamp) < 21600)

This matches anything within 6 hours, and eliminated all my orphans (about 30-40). (Well, I have 3 due to CP1252 characters in filenames, but I'll tinker with ssphys to deal with that.) It might be useful to log any time delta larger than 30 seconds just to see how bad it gets.

That sounds reasonable.

That leaves me with 3 files with differing content. Now I'll investigate those to see why VSS and vss2svn come up with different results.

Great! Let us know what you find.

For anyone wanting to compare a VSS and SVN checkout, here's the command line I use:

diff -r -x .svn -x vssver.scc -x mssccprj.scc project-vss project-svn > t:\vss-svn-20060801.diff

How are you removing the *.scc files; is this done during the conversion? I didn't remember us adding that to the script but it would probably be a good idea.
_______________________________________________
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

Reply via email to