[cvsnt] Inconsistent documentation--bug or typo?
Glen Starrett
grstarrett at cox.net
Wed Feb 26 20:47:17 GMT 2003
Typo (in the docs) it is, then! I just realized my original reference was
not correct. The section of the docs that needs to be updated is:
http://www.cvsnt.org/cvs.html#From%20scratch
It specifically states that you "use the import command to create the
corresponding (empty) directory structure inside the repository".
As a suggestion, change:
>>>>>>>>>>>>>>
After that, you use the import command to create the corresponding (empty)
directory structure inside the repository:
$ cd tc
$ cvs import -m "Created directory structure" yoyodyne/dir yoyo start
Then, use add to add files (and new directories) as they appear.
<<<<<<<<<<<<<<
into:
>>>>>>>>>>>>>>
After that, you use the import command to create the corresponding (empty)
directory inside the repository:
$ cd tc
$ cvs import -m "Created directory structure" yoyodyne/dir yoyo start
Then, use add to add files (and new directories) as they appear. The
subdirectories will be added to the repository when a file contained within
them is committed.
<<<<<<<<<<<<<<
Or something like that.
Thanks,
Glen Starrett
-----Original Message-----
From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org]On Behalf
Of Bo Berglund
Sent: Wednesday, February 26, 2003 1:16 PM
To: cvsnt at cvsnt.org
Subject: Re: [cvsnt] Inconsistent documentation--bug or typo?
On Wed, 26 Feb 2003 12:52:41 -0700, "Glen Starrett"
<grstarrett at cox.net> wrote:
>Hi all,
>
>In the "Creating a directory tree from a number of files" portion of the
>reference:
>http://www.cvsnt.org/cvs.html#From%20files, it says you can import a tree
at
>once with IMPORT command.
>
>However, I try it (with CVSNT build 72) and it only imports the current
>directory.
>
> >md junk
> >cd junk
> \junk>md foo
> \junk>md bar
> \junk>cvs import -m "test" junk grs start
>
> No conflicts created by this import
>
> \junk>cvs ls
> Listing modules on server
>
> CVSROOT
> junk
>
> \junk>cvs ls junk
> Listing module: junk
>
>Is there a correction necessary or did I do something wrong?
>
>Thanks,
>
>Glen Starrett
It only imports files and the folders go along if they contain the
files, but if empty they are not imported....
try putting a dummy file in each
/Bo
(Bo Berglund, developer in Sweden)
_______________________________________________
cvsnt mailing list
cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
More information about the cvsnt
mailing list