Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: cvsnt Changes by: [email protected] Mon Mar 8 19:29:25 2010 On host: 2002:71c0:aa2:1:20c:29ff:fe0d:b365 Directory: cvsnt/src M checkout.cpp CVSNT_BRANCH_2_5_03_2382 1.26.2.69.6.28 -> 1.26.2.69.6.29 Bug Id: M client.cpp CVSNT_BRANCH_2_5_03_2382 1.84.2.141.6.96 -> 1.84.2.141.6.97 Bug Id: M client.h CVSNT_BRANCH_2_5_03_2382 1.21.2.11.8.6 -> 1.21.2.11.8.7 Bug Id: M cvs.h CVSNT_BRANCH_2_5_03_2382 1.93.2.208.6.26 -> 1.93.2.208.6.27 Bug Id: M entries.cpp CVSNT_BRANCH_2_5_03_2382 1.23.2.46.6.18 -> 1.23.2.46.6.19 Bug Id: M update.cpp CVSNT_BRANCH_2_5_03_2382 1.44.2.132.6.23 -> 1.44.2.132.6.24 Bug Id: Log message: This is a horrible hack to get 'cvs co -p -r 1.1 module/file.ext' to work when your current working directory is 'module' validly checked out. CHeckout was looking for the directory 'module' even though this is a pipeout so it is not needed - this did work even recently - and this hack is without a doubt the least elegant way to fix it - but it does work and since the code is all dependent on 'pipeout' it shouldn't effect behaviour under any other codepath.