Hello,

* On Tue, Feb 15, 2005 at 01:00:19AM +0100 Cvs by Gsoft wrote:
 
> this is the error that appears when found to import a great project : 
> cvsgui [import aborted]: reading CVS/Tag: Not a directory 

I do not know about cvsgui, but I believe the project you want to import
already contains some CVS/ directories. Thus, remove every directory
with CVS/ - for example, by typing

$ find <pathtoproject> -name CVS -type d -exec rm -r -i \{\} \;

- and try again to import

HTH,
   Spiro.

-- 
Spiro R. Trikaliotis                              http://cbm4win.sf.net/
http://www.trikaliotis.net/                     http://www.viceteam.org/


_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to