$Id: //guest/perforce_software/utils/vsstop4/dev/CHANGELOG.txt#1 $ 2003/11/15 - Make P4Perl required since it is so much faster. 2003/11/14 - Asterisks wasn't properly fixed - should be this time! - When DB_File not used, labels not getting handled properly. 2003/11/10 - Fixed problem with restart and p4Perl not working. 2003/11/07 - Clarified Readme.txt - Ooops - missing "eval" when looking for P4.pm! 2003/10/28 - Fixed problem with line of asterisks in change comments. 2003/10/22 - Removed some Perl warnings (especially for Perl 5.8) - Trim whitespace on end of form entries 2003/09/01 - Significantly speed up whole script: - new algorithm for labels - much faster - use DB_File module (if available) for labels for large sites - use P4Perl module (if available) - much faster 2003/08/06 - Read date/time formats directly from Windows registry 2003/02/03 - Allow labels to be ignored if not wanted using configurable regexp. 2001/12/20 - errors during the verify phase are now written to the logfile - fixed issue on Windows 2000 where in some cases changes would be lost during the improve phase. 2001/5/22 - add check for basic permissions 2000/11/14 - undo mistaken quoting of SourceSafe command in readhist.pl 2000/09/22 - change to handle user names with spaces 2000/05/16 - remove construct which has become deprecated in Perl 5.6 - change a whole list of other nasty characters in labels to underscores 1999/12/15 - fix to handle setting client root when it contains spaces 1999/12/2 - be more strict about file and label names - %, *, ... not allowed 1999/7/9 - one byte fix provided by Mark Gressett (thank you thank you thank you) If you converted with the 1999/4/27 version then the labels imported from VSS may contain incorrect version# references. 1999/4/27 - buffer labelsync operations so that there is only one for each label. This should definitely speed things up for sites which label frequently. 1999/4/20 - modified readhist.pl to use -O@tempfile flag - this causes SourceSafe to not word wrap its output (yay!) - change tempobj handling to only ask SourceSafe for head revision - this avoids spurious error messages - disallow filenames with # or @ or unprintable characters 1999/4/9 - modified readhist.pl to use a heuristic which seems to mostly do the Right Thing with filenames output across multiple lines. Of course, it would be better if Microsoft didn't produce ambiguous output in the first place! - fixed weirdness with sortmeta.pl which could cause corruption of the changes file 1998/8/28 - in verify step get files as writable so that unlink() works, ensure slashes all point in the same direction in name from p4 fstat 1998/8/21 - disallow numeric labels - fix verification script to use p4 fstat rather than p4 where 1998/8/14 - fixed date format problem with 98.2 (p4 change -f would fail on dates of the form yyyy/mm/dd h:mm:ss - i.e. times before 10am) 1998/6/3 - fixed small typo in readhist.pl 1998/5/13 - incorporated many fixes and enhancements provided by Scott Blachowicz <sab@seanet.com> and Chris Meystrik <meystrik@cast.net> Thanks to everyone who ran tests on the initial version
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 3927 | Robert Cowham | Dev branch | ||
//guest/perforce_software/utils/vsstop4/main/CHANGELOG.txt | |||||
#11 | 3926 | Robert Cowham | P4Perl is now required for the scripts to run. | ||
#10 | 3920 | Robert Cowham | Zip up latest changes. | ||
#9 | 3891 | Robert Cowham | Fixed problem with restart capability and p4perl combo not working. | ||
#8 | 3878 | Robert Cowham | Ooops - missing eval when looking for p4.pm ! | ||
#7 | 3877 | Robert Cowham | Updated readme to make clearer. | ||
#6 | 3815 | Robert Cowham | Fixed problem with line of asterisks in change comment. | ||
#5 | 3797 | Robert Cowham |
Remove warnings. Trim whitespace from ends of lines in config.ini entries |
||
#4 | 3609 | Robert Cowham |
Integrate in changes for: - Use of DB_File for large hashes (if available) - Reworking of label algorithm - MUCH faster - Use of P4Perl (if available) - much faster - Use of VSS OLE Automation (if available) - sometimes faster See README.txt and Performance section for details. |
||
#3 | 2169 | Robert Cowham | Deleted as no longer necessary since stored in Public Depot | ||
#2 | 2168 | Robert Cowham | Tidied comments | ||
#1 | 2167 | Robert Cowham |
Renamed files to use Windows conventions as most likely platform for a VSS conversion. |
||
//guest/perforce_software/utils/vsstop4/main/CHANGELOG | |||||
#2 | 2166 | Robert Cowham | Re-ordered | ||
#1 | 2160 | Robert Cowham | Main version from .zip file from http://www.perforce.com/perforce/loadsupp.html#conv page |