Doing a SVN-Update on a certain directory using C#?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Oltmans

    Doing a SVN-Update on a certain directory using C#?

    Hi all,

    I'm new to sub-version and still learning the process. We've a
    scenario in our office where we do a Svn-Update on a certain folder to
    fetch the latest code and then we deploy that directory (after
    verifying the version number in one of the files in that directory).
    Now I just want to automate this process i.e. to write a program that
    would let me do a SVN-Update on a directory , fetch the directory for
    me and then I will manually deploy it(or would later automate that
    too).
    So as I'm new to Sub-Version, please let me know how can I
    automagically do a SVN-Update by using any library?
    I mean can I programmaticall y do a SVN-Update on a folder using C#? If
    so, how? Please enlighten me.

    Please let me know, thanks in advance.

    Thanks,
    Rolf
  • Mufaka

    #2
    Re: Doing a SVN-Update on a certain directory using C#?

    Have a look at CruiseControl.n et. It's a Continuous Integration Server
    that I have had good luck with. It makes it possible to auto-magically
    build on regular intervals based on commits. My configuration builds
    within 10 minutes of check-in and deploys to a Q/A server. It also
    emails build results.



    We use SVN as well, so I can help with the configuration file.

    Oltmans wrote:
    Hi all,
    >
    I'm new to sub-version and still learning the process. We've a
    scenario in our office where we do a Svn-Update on a certain folder to
    fetch the latest code and then we deploy that directory (after
    verifying the version number in one of the files in that directory).
    Now I just want to automate this process i.e. to write a program that
    would let me do a SVN-Update on a directory , fetch the directory for
    me and then I will manually deploy it(or would later automate that
    too).
    So as I'm new to Sub-Version, please let me know how can I
    automagically do a SVN-Update by using any library?
    I mean can I programmaticall y do a SVN-Update on a folder using C#? If
    so, how? Please enlighten me.
    >
    Please let me know, thanks in advance.
    >
    Thanks,
    Rolf

    Comment

    Working...