Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Diff Revision Log
2007/11/02 12:11:31 47 47 dpavlin HTML | TEXT
integrated changes from Samuel Gélineau which implement .keepme files inside
directories to fix basically all problems with directories.
2007/09/23 22:46:53 45 45 dpavlin HTML | TEXT
better check if files are in CVS before delete
2007/09/22 13:57:28 42 42 dpavlin HTML | TEXT
tidy more similar to my own style
2007/09/22 13:52:30 41 41 dpavlin HTML | TEXT
pass source through tidy target
2007/09/07 18:43:51 40 40 dpavlin HTML | TEXT
if only action is directory removal, don't try to do it twice
2007/09/07 17:18:53 38 38 dpavlin HTML | TEXT
fix CVS/Entries reading ($dir can be empty so it must default to current one)
2007/09/07 17:16:48 37 37 dpavlin HTML | TEXT
removed file_dir and merged it back to in_entries
2007/09/07 16:53:56 36 36 dpavlin HTML | TEXT
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 HTML | TEXT
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/05 20:39:29 31 31 dpavlin HTML | TEXT
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 HTML | TEXT
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 15:27:49 28 28 dpavlin HTML | TEXT
ignore .cvsrc (add -f to cvs command), support filenames with spaces
2007/08/16 15:27:09 27 27 dpavlin HTML | TEXT
skip files which are not under repository. With older versions, this
operation will die with cryptical BUG report. This behaviour is more sane,
and old one can be recalled by changing $partial_import = 0 at beginning of
script
2006/07/30 18:45:51 26 26 dpavlin HTML | TEXT
ignore copyfrom outside selected SVN path
2006/01/03 00:03:22 23 23 dpavlin HTML | TEXT
skip .svnrev files when commiting back to CVS
2005/07/19 16:10:29 22 22 dpavlin HTML | TEXT
rewritten import to empty repository, better import of deep directory
structures, initial support for recovery from partial commit
added automatic cvs commit of webpage
2005/07/01 19:07:10 21 21 dpavlin HTML | TEXT
Use C<update -d> instead of checkout after import, added fixes by Paul Egan
<paulegan@mail.com> for XMLin and fixing working directory.
2005/04/18 16:43:08 20 20 dpavlin HTML | TEXT
fixed path deduction bug reported by Philippe Cote (thanks)
2005/03/06 12:16:58 19 19 dpavlin HTML | TEXT
fixed revision
2005/03/06 12:09:42 18 18 dpavlin Support for importing your svn into empty CVS repository (it will first
create module and than dump all revisions).
Group commit operations to save round-trips to CVS server.
Documentation improvements and other small fixes.