savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] administration/docs/hacking_savannah hacking_sa...


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/docs/hacking_savannah hacking_sa...
Date: Sun, 17 Oct 2004 17:35:32 -0400

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        04/10/17 21:27:47

Modified files:
        docs/hacking_savannah: hacking_savannah.texi 

Log message:
        Fixed CVS Repository import, and added warning about top-level files.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/docs/hacking_savannah/hacking_savannah.texi.diff?tr1=1.58&tr2=1.59&r1=text&r2=text

Patches:
Index: administration/docs/hacking_savannah/hacking_savannah.texi
diff -u administration/docs/hacking_savannah/hacking_savannah.texi:1.58 
administration/docs/hacking_savannah/hacking_savannah.texi:1.59
--- administration/docs/hacking_savannah/hacking_savannah.texi:1.58     Thu Oct 
14 23:09:32 2004
+++ administration/docs/hacking_savannah/hacking_savannah.texi  Sun Oct 17 
21:27:47 2004
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: hacking_savannah.texi,v 1.58 2004/10/14 23:09:32 Beuc Exp $
address@hidden $Id: hacking_savannah.texi,v 1.59 2004/10/17 21:27:47 Beuc Exp $
 @comment %**start of header
 @setfilename hacking_savannah.info
 @include version.texi
@@ -1719,12 +1719,17 @@
 $ mv CVSROOT/history 
/savannah/cvsroot/@var{project}/cvsroot/@var{project}/CVSROOT
 # or /savannah/cvsroot/@var{project}/webcvs/@var{project}/CVSROOT for webcvs
 $ rm -rf CVSROOT
-$ mv * /savannah/cvsroot/@var{project}/cvsroot/@var{project}
+$ cp -r * /savannah/cvsroot/@var{project}/cvsroot/@var{project}
 # or /savannah/cvsroot/@var{project}/webcvs/@var{project} for webcvs
 @end example
 
 I assumed there were no dot files in the top-level directory.
 
+Beware that if the top-level directory contains files, those will not
+be erasable. This is due to our CVS permissions layout. The
+introduction of GNU Arch (and the loss of repository control) will
+introduce numerous changes, that will also fix this issue.
+
 
 @node Making a project private,  , Importing a CVS repository, Frequent 
support requests
 @section Making a project private




reply via email to

[Prev in Thread] Current Thread [Next in Thread]