Thread: How to check out only differences between two revisions
How to check out only differences
between two revisions
United States
2007-10-01 04:35:55
I've a private home page, which is under CVS now.
When making changes - and tagging old and new version - how can I
check out only those files, which have changed since the old revision?
I'd like to get only those files, which I have to copy to the internet
for updateing my online-version.
The cvs diff command lists me all differences (every line). This in
not what I need.
Trying checkout merge didn't bring sucess so far - may be I made it wrong.
Re: How to check out only differences
between two revisions
United States
2007-10-01 08:47:04
On 2007-10-01 09:35:55, joachim_lay wrote:
> I've a private home page, which is under CVS now. When making changes -
> and tagging old and new version - how can I check out only those files,
> which have changed since the old revision?
>
> I'd like to get only those files, which I have to copy to the internet
> for updateing my online-version.
>
> The cvs diff command lists me all differences (every line). This in not
> what I need. Trying checkout merge didn't bring sucess so far - may be I
> made it wrong.