bug-cvs
[Top][All Lists]
Advanced

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

import doesn't create directories in the repository for empty subdirs


From: Galen Seitz
Subject: import doesn't create directories in the repository for empty subdirs
Date: Sun, 14 Mar 2004 17:55:28 -0800

I followed the instructions in Cederqvist section 3.1.3, "Creating a 
directory tree from scratch", but cvs apparently does not create
directories for empty subdirs.  This is with cvs 1.11.14 in a client-
server via ssh setup.


bash-2.05b$ mkdir tc
bash-2.05b$ mkdir tc/man
bash-2.05b$ mkdir tc/testing
bash-2.05b$ cd tc
bash-2.05b$ cvs import -m "Created directory structure" yoyodyne/tc yoyo start
                                                                                
No conflicts created by this import
 
bash-2.05b$ ssh remote_system ls -R /projects/yoyodyne
/projects/yoyodyne:
tc
 
/projects/yoyodyne/tc:
bash-2.05b$


I was expecting the import command to create tc/man and tc/testing in the 
repository.  Is this a documentation or program error?  I saw some mention
of this problem in the archives, but this section of Cederqvist seems to be 
unchanged since at least 1.11.6.

thanks,
galen




reply via email to

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