Harald,

You can not expect to redirect the stdout because of TCL (the shell used
in WinCvs) lacks this. However you can probably do the same thing with
TCL, but it's complicated.

Instead, you can open-up the graph for this file, and ask to compare
against the version you're interested in. If you have a good diff
utility, you can do the merge right away. Or you simply look where is
the file checked-out (probably in C:\TEMP\myfile.revision.c) and you can
use it to merge it manually.

Regards,
alex.

Harald Kucharek wrote:
> 
> To restore my working copy, I want to get a revision from the rep.
> with the usual cvs update -p -r rev filename > filename
> Using the update dialog from WinCVS I can only set to send
> the output to stdout, but I can not redirect to a file
> (maybe add some "replace selected files" checkbox to make it nice?)
> In the output window, when I try it manually with
> cvs update -p -r rev filename > filename
> all the output is send to the output window and nothing is redirected.
> So I have to use a shell and use a normal cvs to do this.
> Did I miss something obvious or is there really a problem in WinCVS?
> 
> Harald
> --
>  iXpoint Informationssysteme GmbH #
>            Daimlerstr. 3          # Harald Kucharek
>           76275 Ettlingen         # [EMAIL PROTECTED]
>     Tel/Fax +49 7243 3775-0/77    # www.ixpoint.de

Reply via email to