On Sun, Oct 03, 2004 at 10:19:14PM +0000, serek wrote: > Author: serek > Date: Sun Oct 3 22:19:07 2004 > New Revision: 4713 > > Added: > geninitrd/branches/cryptrootfs/ > geninitrd/branches/cryptrootfs/ChangeLog > geninitrd/branches/cryptrootfs/Makefile > geninitrd/branches/cryptrootfs/TODO > geninitrd/branches/cryptrootfs/geninitrd (contents, props changed) > geninitrd/branches/cryptrootfs/geninitrd.8.xml > geninitrd/branches/cryptrootfs/geninitrd.sysconfig > geninitrd/branches/cryptrootfs/lvm.todo > Log: > - start.
Just a remark for future: when you're creating a branch in a svn repo, you should use svn cp, in this example: svn cp http://svn.pld-linux.org/geninitrd/trunk \ http://svn.pld-linux.org/geninitrd/branches/cryptrootfs and not svn add on local copy as you did. This way you conceptually create a hard link in the repo, to the starting revision, saving disk space (not very relevant here, as the files are small) and retaining change log. -- : Michal Moskal :: http://www.kernel.pl/~malekith :: GCS !tv h e>+++ b++ : ::: Logic is a nice contrast to the Real World. :: UL++++$ C++ E--- a? _______________________________________________ pld-devel-en mailing list [EMAIL PROTECTED] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
