| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2007/11/02 12:11:31 | 47 | 47 | dpavlin | integrated changes from Samuel Gélineau which implement .keepme files inside directories to fix basically all problems with directories. |
| 2007/11/02 11:49:09 | 46 | 46 | dpavlin | move test to first target |
| 2007/09/23 22:46:53 | 45 | 45 | dpavlin | better check if files are in CVS before delete |
| 2007/09/23 13:17:28 | 44 | 44 | dpavlin | and move file back |
| 2007/09/23 13:14:42 | 43 | 43 | dpavlin | test moving of file from one path to another |
| 2007/09/22 13:57:28 | 42 | 42 | dpavlin | tidy more similar to my own style |
| 2007/09/22 13:52:30 | 41 | 41 | dpavlin | pass source through tidy target |
| 2007/09/07 18:43:51 | 40 | 40 | dpavlin | if only action is directory removal, don't try to do it twice |
| 2007/09/07 17:21:36 | 39 | 39 | dpavlin | update webpac target to new cvs.sf.net names |
| 2007/09/07 17:18:53 | 38 | 38 | dpavlin | fix CVS/Entries reading ($dir can be empty so it must default to current one) |
| 2007/09/07 17:16:48 | 37 | 37 | dpavlin | removed file_dir and merged it back to in_entries |
| 2007/09/07 16:53:56 | 36 | 36 | dpavlin | decorate commit message with one line of prefix which contains original subversion revision, author and date is svk-like format (we don't have hostname part) |
| 2007/09/07 16:39:42 | 35 | 35 | dpavlin | implemented (hopefully correct) delete of subtrees from CVS. I still quite don't get cvs update -dP policy, this might need re-visit |
| 2007/09/07 13:27:38 | 34 | 34 | dpavlin | test target |
| 2007/09/07 11:05:48 | 33 | 33 | dpavlin | move tests to /dev/shm if available, test partial deletion of repository |
| 2007/09/07 10:08:52 | 32 | 32 | dpavlin | re-wrote tests to remove duplication (improved redability is nice benefit :-) |
| 2007/09/05 20:39:29 | 31 | 31 | dpavlin | more robust recovery from paths which are found in Subersion but not in CVS (add them) |
| 2007/08/20 08:37:22 | 30 | 30 | dpavlin | check if modified file is allready in CVS, if not add it. This should really never happend expect if you decide to start import from revision which is newer than last revision in CVS (or different for that matter). |
| 2007/08/16 16:59:53 | 29 | 29 | dpavlin | added basic test suite |
| 2007/08/16 15:27:49 | 28 | 28 | dpavlin | ignore .cvsrc (add -f to cvs command), support filenames with spaces |