Sat, 13 Dec 2008 18:32:29 +0100 store: encode trailing period and space on directory names (issue1417)
Adrian Buehlmann <adrian@cadifra.com> [Sat, 13 Dec 2008 18:32:29 +0100] rev 7515
store: encode trailing period and space on directory names (issue1417) Windows won't create directories with names ending in period or space, so we encode the last period/space character in directory names of non-hashed paths in the store using reversible ~xx encoding (' ' -> '~20', '.' -> '~2e'). With this change it is possible to remove a directory ending in period or space that was inadvertantly checked in on a linux system while still being able to clone such a repository with its full history to Windows (see also issue793).
Sat, 13 Dec 2008 17:39:56 +0100 store: don't create dirs ending in period or space for hashed paths (issue1417)
Adrian Buehlmann <adrian@cadifra.com> [Sat, 13 Dec 2008 17:39:56 +0100] rev 7514
store: don't create dirs ending in period or space for hashed paths (issue1417) Windows won't create directories with names ending in period or space, so we replace the last period/space character in truncated directory names of hashed paths with some other character (underbar).
Thu, 11 Dec 2008 13:33:35 +0000 convert-cvs: correctly handle Removed replies, fixes bug 1427
Frank Kingswood <frank@kingswood-consulting.co.uk> [Thu, 11 Dec 2008 13:33:35 +0000] rev 7513
convert-cvs: correctly handle Removed replies, fixes bug 1427
Thu, 04 Dec 2008 13:42:47 +0000 Fix test-acl failure on AIX due to read only LOGNAME.
Jim Hague <jim.hague@acm.org> [Thu, 04 Dec 2008 13:42:47 +0000] rev 7512
Fix test-acl failure on AIX due to read only LOGNAME. On AIX /etc/profile sets LOGNAME read only. This causes test-acl to fail when it comes to set LOGNAME in do_push(). Work around this by using env to set LOGNAME and run the command.
(0) -3000 -1000 -300 -100 -30 -10 -4 +4 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip