Boris wrote:
> 
> Hello info-cvs,
> 
> I have a little (misunderstanding?) problem with cvs diff, I hope
> someone can help me -((
> 
> I just want to create a diff file from the beginning of a project
> until the latest version, tagged as "Feature08". The start tag is
> "start".
> 
> Normally, hey just use
> 
> cvs diff -r "start" -r "Feature08"
> 
> or something like this, but I get a lot of error messages, that files
> added in the meantime are not tagged with "start" - this is problem
> #1.

What about 'cvs diff -r 1.1 -r Feature08'?

-Matt

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

Reply via email to