Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Anyone here use CVS?

  • 27-06-2001 2:07am
    #1
    Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭


    Is there a server version for Windows/Dos? or do you have to run cygwin?

    I found wincvs and while it's really cool I'm looking more for command line/server option then client. :/



Comments

  • Registered Users, Registered Users 2 Posts: 4,676 ✭✭✭Gavin


    aye, there is a windows nt server version. they have it running in here. i remember seeing it one of the cvs websites..

    and wincvs should have a commandline client with it.

    Gav


  • Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭Hobbes


    Doh! I should of seen that. Cheers. smile.gif

    My next question. If I have two versions "v1" and "v2" is there a way to only check out the difference between the two?



  • Closed Accounts Posts: 28 teac!


    cvs diff -r 0.1 -r 0.2 hello.c

    Having never used CVS in a Windows environment and only on some sort of UNIX variant, I can only presume it uses the same syntax.

    It gives the difference between revision 0.1 and 0.2 for the file hello.c

    Phil.


  • Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭Hobbes


    thanks but that's just Diff.

    What I want to do is check out only files that have changed or are new across two versions.


Advertisement