I am not getting the conflict event fired when merging 2 revisions using Merge method of sharpsvn. I tried using the the conflict event in SvnMergeArgs and SvnUpdateArgs. I called the merge method fol
I have 开发者_运维知识库have a repository, for example \"http://svnserver/repository\". Users have different permissions in the folders: \"http://svnserver/repository/folder1\" or \"http://svnserver/f
When using a simple command line svn client, if you run update you can see the changes that were made to your working copy.
I\'m using SharpSVN 1.6 with .开发者_开发百科Net 3.5. I saw the property IsLastInvocationCanceled in a few SvnArgs (UpdateArgs, CommitArgs etc.), and I couldn\'t find a documentation on it.
Please consider the following scenario: 1. User A creates and commits a file (lets say file1.txt). 2. User B deletes this file from the开发者_开发知识库 repository.
I\'m new to SharpSVN (and frankly--pretty new to C# as well). I\'ve been trying get a simple pre-commit hook working which checks for a comment. (i.e. the commit fails in the absence of a comment)
I\'m using sharpsvn dlls for .NET. I\'m new to using subversion, and I\'d like my repository to be on a filesystem and not on a remote server.
I saw that this was used in sample code to accept all the warnings (like certificate warnings) when trying to connect to a repository but I wasn\'t sure开发者_高级运维 exactly what the Save=true; was
I was just wondering if I missed anything inside the documentation that would allow me to get the number of lines contained in a file at a certain revision (or even number of lines changed from a SvnC
I have a sharpsvn .net library i want to use in ironpython project. Library is shipped as a .ney .dll file. For C# projects i just add this file to project \"Reference\" section and after that i can u