Top "Sharpsvn" questions

SharpSvn is a binding of the Subversion Client API for .Net 2.0-4.0+ applications contained within a set of xcopy-deployable dll's

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

I'm looking to make calls out to a subversion repository, but I would like to write it in C#. Does …

c# .net svn sharpsvn
How to get latest revision number from SharpSVN?

How to get latest revision number using SharpSVN?

c# svn sharpsvn
Could not load file or assembly 'SharpSvn' or one of its dependencies. An attempt was made to load a program with an incorrect format

I just downloaded the 64bit version of the SharpSVN here's the link! When I run my application, error message displayed. …

c# asp.net-mvc-3 svn sharpsvn
SVN Repository Authentication using SharpSVN

Can any one tell me how to authenticate users(SVN users) for a repository using SharpSVN Library. That repository should …

svn authentication sharpsvn
SharpSvn and C# source code samples

Can somebody please suggest a good place to look for source code examples of how to use the SharpSvn library?

c# svn sharpsvn
Using SharpSvn to retrieve log entries within a date range

I'm using SharpSvn to interact with my svn repository via C# code. I am using this code to retrieve svn …

svn sharpsvn
SharpSVN read ALL filenames

still a bit of a n00b on SharpSVN, I'm looking to get some simple code to open up an …

c# svn file sharpsvn
SharpSvn: Getting repository structure and individual files

I am trying to build a simple repository browser into a web application and have been looking into using SharpSvn …

c# sharpsvn
How to add .dll reference to ironpython VS2010 project?

I have a sharpsvn .net library i want to use in ironpython project. Library is shipped as a .ney .dll …

ironpython sharpsvn
How to use SharpSVN to (quickly) check if a remote folder/file exists on the server

Say i have a svn repository at https://www.mysvn.com/svn/. How can i use SharpSVN to figure out …

svn sharpsvn