/[svn2cvs]/trunk
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 47 - Directory Listing
Modified Fri Nov 2 12:11:31 2007 UTC (16 years, 5 months ago) by dpavlin
integrated changes from Samuel GĂ©lineau which implement .keepme files inside
directories to fix basically all problems with directories.

Revision 46 - Directory Listing
Modified Fri Nov 2 11:49:09 2007 UTC (16 years, 5 months ago) by dpavlin
move test to first target

Revision 45 - Directory Listing
Modified Sun Sep 23 22:46:53 2007 UTC (16 years, 6 months ago) by dpavlin
better check if files are in CVS before delete

Revision 44 - Directory Listing
Modified Sun Sep 23 13:17:28 2007 UTC (16 years, 6 months ago) by dpavlin
and move file back

Revision 43 - Directory Listing
Modified Sun Sep 23 13:14:42 2007 UTC (16 years, 6 months ago) by dpavlin
test moving of file from one path to another

Revision 42 - Directory Listing
Modified Sat Sep 22 13:57:28 2007 UTC (16 years, 6 months ago) by dpavlin
tidy more similar to my own style

Revision 41 - Directory Listing
Modified Sat Sep 22 13:52:30 2007 UTC (16 years, 6 months ago) by dpavlin
pass source through tidy target

Revision 40 - Directory Listing
Modified Fri Sep 7 18:43:51 2007 UTC (16 years, 7 months ago) by dpavlin
if only action is directory removal, don't try to do it twice

Revision 39 - Directory Listing
Modified Fri Sep 7 17:21:36 2007 UTC (16 years, 7 months ago) by dpavlin
update webpac target to new cvs.sf.net names

Revision 38 - Directory Listing
Modified Fri Sep 7 17:18:53 2007 UTC (16 years, 7 months ago) by dpavlin
fix CVS/Entries reading ($dir can be empty so it must default to current one)

Revision 37 - Directory Listing
Modified Fri Sep 7 17:16:48 2007 UTC (16 years, 7 months ago) by dpavlin
removed file_dir and merged it back to in_entries

Revision 36 - Directory Listing
Modified Fri Sep 7 16:53:56 2007 UTC (16 years, 7 months ago) by 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)

Revision 35 - Directory Listing
Modified Fri Sep 7 16:39:42 2007 UTC (16 years, 7 months ago) by dpavlin
implemented (hopefully correct) delete of subtrees from CVS. I still quite
don't get cvs update -dP policy, this might need re-visit

Revision 34 - Directory Listing
Modified Fri Sep 7 13:27:38 2007 UTC (16 years, 7 months ago) by dpavlin
test target

Revision 33 - Directory Listing
Modified Fri Sep 7 11:05:48 2007 UTC (16 years, 7 months ago) by dpavlin
move tests to /dev/shm if available, test partial deletion of repository

Revision 32 - Directory Listing
Modified Fri Sep 7 10:08:52 2007 UTC (16 years, 7 months ago) by dpavlin
re-wrote tests to remove duplication (improved redability is nice benefit :-)

Revision 31 - Directory Listing
Modified Wed Sep 5 20:39:29 2007 UTC (16 years, 7 months ago) by dpavlin
more robust recovery from paths which are found in Subersion but not in CVS (add them)

Revision 30 - Directory Listing
Modified Mon Aug 20 08:37:22 2007 UTC (16 years, 8 months ago) by 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).

Revision 29 - Directory Listing
Modified Thu Aug 16 16:59:53 2007 UTC (16 years, 8 months ago) by dpavlin
added basic test suite

Revision 28 - Directory Listing
Modified Thu Aug 16 15:27:49 2007 UTC (16 years, 8 months ago) by dpavlin
ignore .cvsrc (add -f to cvs command), support filenames with spaces

Revision 27 - Directory Listing
Modified Thu Aug 16 15:27:09 2007 UTC (16 years, 8 months ago) by dpavlin
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

Revision 26 - Directory Listing
Modified Sun Jul 30 18:45:51 2006 UTC (17 years, 8 months ago) by dpavlin
ignore copyfrom outside selected SVN path

Revision 25 - Directory Listing
Modified Tue Jan 3 10:57:46 2006 UTC (18 years, 3 months ago) by dpavlin
update CVS at tigris with tigris target

Revision 24 - Directory Listing
Modified Tue Jan 3 10:54:18 2006 UTC (18 years, 3 months ago) by dpavlin
ignore www

Revision 23 - Directory Listing
Modified Tue Jan 3 00:03:22 2006 UTC (18 years, 3 months ago) by dpavlin
skip .svnrev files when commiting back to CVS


Revision 22 - Directory Listing
Modified Tue Jul 19 16:10:29 2005 UTC (18 years, 9 months ago) by dpavlin
rewritten import to empty repository, better import of deep directory
structures, initial support for recovery from partial commit
added automatic cvs commit of webpage


Revision 21 - Directory Listing
Modified Fri Jul 1 19:07:10 2005 UTC (18 years, 9 months ago) by dpavlin
Use C<update -d> instead of checkout after import, added fixes by Paul Egan
<paulegan@mail.com> for XMLin and fixing working directory.


Revision 20 - Directory Listing
Modified Mon Apr 18 16:43:08 2005 UTC (19 years ago) by dpavlin
fixed path deduction bug reported by Philippe Cote (thanks)


Revision 19 - Directory Listing
Modified Sun Mar 6 12:16:58 2005 UTC (19 years, 1 month ago) by dpavlin
fixed revision


Revision 18 - Directory Listing
Modified Sun Mar 6 12:09:42 2005 UTC (19 years, 1 month ago) by 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.


Revision 17 - Directory Listing
Modified Thu Mar 18 12:29:15 2004 UTC (20 years, 1 month ago) by dpavlin
squashed another bug: commits in root directory of CVS repository
work again


Revision 16 - Directory Listing
Modified Mon Mar 15 12:21:32 2004 UTC (20 years, 1 month ago) by dpavlin
added changes to documentation


Revision 15 - Directory Listing
Modified Sun Mar 14 21:53:44 2004 UTC (20 years, 1 month ago) by dpavlin
skip changes in log which are not under current Subversion checkout root
(e.g. branches which are not transfered to CVS)


Revision 14 - Directory Listing
Modified Sun Mar 14 21:49:36 2004 UTC (20 years, 1 month ago) by dpavlin
check if file is in CVS/Entries before add (to enable broken commits
to continue), correctly quote ' in commit messages for shell


Revision 13 - Directory Listing
Modified Sat Mar 13 17:36:54 2004 UTC (20 years, 1 month ago) by dpavlin
cleanup after pod2html


Revision 12 - Directory Listing
Modified Sat Mar 13 17:22:53 2004 UTC (20 years, 1 month ago) by dpavlin
added documentation


Revision 11 - Directory Listing
Modified Sat Mar 13 15:44:04 2004 UTC (20 years, 1 month ago) by dpavlin
quite commit messages in single quotes


Revision 10 - Directory Listing
Modified Thu Mar 11 16:48:38 2004 UTC (20 years, 1 month ago) by dpavlin
better check for svn root, working example


Revision 9 - Directory Listing
Modified Thu Mar 11 16:31:03 2004 UTC (20 years, 1 month ago) by dpavlin
added Makefile with examples


Revision 8 - Directory Listing
Modified Thu Mar 11 16:26:49 2004 UTC (20 years, 1 month ago) by dpavlin
adding of dirs now work, cleanup


Revision 7 - Directory Listing
Modified Tue Mar 9 22:35:55 2004 UTC (20 years, 1 month ago) by dpavlin
work in relative directory to checkouted CVS repository, skip trunk
creation (which resulted in additional commit on .svnrev file, making
revision of .svnrev and svn repository out of sync)


Revision 6 - Directory Listing
Modified Tue Mar 9 22:16:19 2004 UTC (20 years, 1 month ago) by dpavlin
make incremental run work again (brown-bag-kind-of-bug)


Revision 5 - Directory Listing
Modified Tue Mar 9 22:04:14 2004 UTC (20 years, 1 month ago) by dpavlin
self-hosting


Revision 4 - Directory Listing
Modified Tue Mar 9 21:54:36 2004 UTC (20 years, 1 month ago) by dpavlin
.svnrev revision number in CVS will correspond to
revision number in SubVersion if you start from
clean CVS repository and invoke this from post-commit
hook. Nice :-)


Revision 3 - Directory Listing
Modified Tue Mar 9 21:45:32 2004 UTC (20 years, 1 month ago) by dpavlin
better instructions, auto-creation of .svnrev, quiet checkout


Revision 2 - Directory Listing
Modified Tue Mar 9 21:02:42 2004 UTC (20 years, 1 month ago) by dpavlin
start after current revision


Revision 1 - Directory Listing
Added Tue Mar 9 20:58:34 2004 UTC (20 years, 1 month ago) by dpavlin
initial import


  ViewVC Help
Powered by ViewVC 1.1.26