Larson, Aaron (SWCOE) wrote:
"TJ" == Toby <Johnson> writes:
TJ> ... but I'm not sure what you think should be done to handle
TJ> upper/lowercase names on Linux.
I'm not a perl guy, but if I were doing this in Python, I'd use the
listdir() function and then do a case insensitive search over the
resulting list (probably only if the original open failed).
Yeah, that sounds pretty reasonable... there's not a single "listdir" in
Perl, just opendir(), readdir() and closedir(). Probably best to read it
only once, and create a hash that maps expected names to physical
filesystem names on Linux.
I'll add your patch for the incremental files when I get a chance; even
though I'm not sure of the utility of it it's not a very big change.
toby
_______________________________________________
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