How to programatically do file versioning with SVN and .NET?

后端 未结 4 1945
无人共我
无人共我 2021-02-06 05:59

We have a report generator. Daily, it writes its data into a excel file.

For reasons of version controlling and file data safety, we need to alter this file, and commit

4条回答
  •  梦谈多话
    2021-02-06 06:40

    The simplest would be to spawn a process and call SVN.exe to commit your changes.

    Here is a similiar question that was asked.

    Does anyone know of a good C# API for Subversion?

    Here is another resource

    SVN Libraries for .NET?

提交回复
热议问题