[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Need Initial Help
From: |
Peter Toft |
Subject: |
Re: Need Initial Help |
Date: |
Sun, 14 Aug 2005 10:48:15 +0200 (CEST) |
On Sun, 14 Aug 2005, Sharad Pratap wrote:
> Hi
> anyone can help about CVS that
>
> I have a projects version in seperate directories
>
> like
>
> ./c2vcg0
> ./c2vcg1
> ./c2vcg2
> .
> .
> upto
> ./c2vcg12
>
> I read manuals and postscrip file with install CVS rpm
>
> But didnot found a direct method to commit all these
Your question is not too clear, so my best help is:
Something like this "blind" version - I guess you
have not added those files to CVS yet
cvs add `find . -maxdepth 1 -type f| xargs`
cvs commit -m "What is added"
.....
cvs commit works on all CVS controlled files, but you have to add them
first.
>
> virson in a CVS repository....
>
> so please care to help me.
>
> I have one more confusion about that can we move
>
> CVS repository to another system (same OS) to work ?
You can have different OS versions in usage with CVS
Best
Peter Toft, Ph.D. address@hidden http://pto.linux.dk
Audience: What do you want, Eric?
Eric: I want to live in a world where software doesn't suck.
Richard: Any software that isn't free sucks.
Linus: I'm interested in free beer.