Is it enough to look at the %VSS_DIR%\users.txt file for that? Or does
it list users that have not been deleted?

No, deleted users may not be in that file; it requires parsing the names.dat with ssphys.

names.dat will only contain abbreviated filenames. You probably meant the file "um.dat", but I'm not sure, whether this file also contains deleted users. The problem is, that every record stores the username itself and not a reference to general id. So if there is a possibility for a mismatch between the um.dat file and all recorded users, there will be at least a few databases out there with this problem.

Nevertheless, we have the possibility to --resume a conversion. We should introduce a new step "MAP_USER_NAMES" and provide a commandline switch to stop at this step. Then the user can modify the file and call the script with --resume.

Dirk

_______________________________________________
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