Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | abort test if cvs prereq perl modules are not available | Joey Hess | 2009-10-14 |
| | |||
* | skip if cvsps is not available | Joey Hess | 2009-09-10 |
| | |||
* | CVS operations generally need to be within CVS checkouts, so these chdir() | Amitai Schlair | 2009-09-10 |
| | | | | | | calls are warranted. They shouldn't modify the caller's working directory, though. Use File::chdir to keep the scope of the changes subroutine-local. The tests now pass without resetting the working directory. | ||
* | Add automated tests, modeled after svn's. Note the chdir() calls; | Amitai Schlair | 2009-09-09 |
perhaps cvs.pm should be doing pushd/popd in case the caller expects its working directory to be left alone. |