sharpsvn
SharpSVN resolve conflict error
I\'m using SharpSVN with .NET 2 and I cannot seem to resolve conflicts. The exception message is: \"Can\'t open file \'conflicted_file.xml.r0\': The system cannot find the file specified.\"[详细]
2023-02-22 06:27 分类:问答How to get the current repository?
how do i get what the current repository is for a directory? I want to do: SvnInfoEventArgs info; Uri repos = new Uri(\"http://my.server/svn/repos\");[详细]
2023-02-17 03:11 分类:问答SharpSvn: cannot get information about SVN working copy on network share
I\'m trying to get repository URL of working copy of SVN repository, which is located on network sh开发者_开发知识库are: \\\\host\\D\\directory\\[详细]
2023-02-15 20:29 分类:问答SharpSvn creating repository on a SVN server via http(s)
How do I create a repository on a Svn Apache server using SharpSvn library given a valid credential? i.e. creating a repository through http(s) instead 开发者_如何学运维of through filesystem.[详细]
2023-02-15 08:02 分类:问答How can i get the svn log message
using (SvnClient client = new SvnClient()) { client.Commit(_targetPath, commitArgs); SvnInfoEventArgs result;[详细]
2023-02-12 01:52 分类:问答How can I "svn delete" a folder and then add a folder with same name?
I wrote a deployment tool for my own programs based on SQL and Subversion. I\'m able to create different versions of applications and store them with Subversion while the information for those is sto[详细]
2023-02-09 17:12 分类:问答Commit file in SVN without working copy using SVN uri path
I\'m new to SharpSVN, i have a aspx page in which i need to display a file content from SVN, change the conten开发者_如何学运维t and commit the file in SVN from memorystream without working copy. I am[详细]
2023-02-05 20:30 分类:问答Using the method SVNClient.Diff Diff (SvnTarget target, SvnRevisionRange range, Stream results)
Given two different revisions need to get the differences between them, I intend to use the method duvuelve Diff but I anything as a result, it could be? Thanks.[详细]
2023-02-04 03:52 分类:问答SharpSvn - how to save changes from MemoryStream without working copy
I have this code which gets a uri\'s content into a MemorySream: MemoryStream ms = new MemoryStream();[详细]
2023-02-03 06:06 分类:问答How to get list of uncommitted files from SharpSVN
Using SharpSvn, how can I get a list of files that need to be committed (the list that you would see if you right click on a folder with tortoisesvn and hit comm开发者_JAVA百科it)[详细]
2023-01-31 11:20 分类:问答