irina sturm writes:
>
> (This was 
> mainly because I didn't like that "cvs import" started
> versioning on a branch basis - version starting with
> 4 numbers like 1.2.2.1).

That's a perfectly good way to initially populate a repository.  Please
get used to the idea that the version numbers are just for CVS's
internal use and learn to ignore them.

> Therefore, it seems to me that up to now the 2 methods
> - using "cvs add" and using the script - are equivalent
> in producing what I want. However, there is 1 problem:
> the directory I want to add contains binary files,
> and "cvs add -kb" allows to say this to CVS, while
> my script is doing simple "ci" commands where an
> option like -kb is not possible.
> The conclusion would then be that I should use the
> "cvs add -kb" commands
> Am I right in my reasonement above?

Yes.

> Also, should I do "cvs add -kb dir" (that is, give
> the -kb option to the directory itself as well)?

It doesn't matter -- CVS only tracks files, not directories.

-Larry Jones

I'm a genius. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to