[Pkg-postgresql-private] pgeasy package ready for cvs import

Andreas Schuldei andreas@schuldei.org
Thu, 15 Jan 2004 09:30:38 +0100


* Martin Pitt (martin@piware.de) [040115 01:44]:
> Hi!
> 
> I just finished packaging pgeasy as standalone deb. Oliver, may I
> upload it to the cvs as a new module 'pgeasy'?
> 
> I'm no cvs guru, can anybody explain me how I should import the
> directory containing the package source to the cvs? I'm still confused
> about what vendor tag and release tag should contain. I tried to import the
> sources into my local CVS with
> 
> 	cvs import pgeasy mpitt v3_0_1-1
> 
> This works, but I cannot tell what strings I have to specify as the
> two last parameters.

you want to add that to the existing repository, right?

then you would want to do many "add" instead of an import.
just do 
cvs add dirname 
cd dirname
cvs add *

and recurse through your source tree that way, with the next
level of dirs.