sharpsvn Questions

1

Solved

SvnUpdateArgs asdf = new SvnUpdateArgs(); asdf.AllowObstructions = false; asdf.Depth = SvnDepth.Infinity; asdf.IgnoreExternals = false; asdf.UpdateParents = true; asdf.Revision = SvnRevision....
Primitive asked 7/11, 2013 at 18:0

4

Can any one tell me how to authenticate users(SVN users) for a repository using SharpSVN Library. That repository should only be committed by those users. Thanks
Maddocks asked 23/6, 2010 at 6:34

3

I just downloaded the 64bit version of the SharpSVN here's the link! When I run my application, error message displayed. I have searched the net on how to fix this issue but I'm failed. I tried th...
Alltime asked 12/3, 2013 at 2:58

3

I'm trying to get all branches of repository by using SharpSvn but I can not find any method can do it. Is it possible to get all branches by using SharpSvn?
Cangue asked 21/4, 2010 at 17:55

3

Say i have a svn repository at https://www.mysvn.com/svn/. How can i use SharpSVN to figure out whether the remote folder https://www.mysvn.com/svn/a/b/c exists on the server? I need to do it an a...
Cyclostyle asked 8/3, 2010 at 18:4

3

Solved

I would like to add all unversioned files under a directory to SVN using SharpSVN. I tried regular svn commands on the command line first: C:\temp\CheckoutDir> svn status -v I see all subdir...
Resorcinol asked 8/6, 2009 at 13:20

6

Solved

How to get latest revision number using SharpSVN?
Asis asked 26/3, 2009 at 8:36

2

Solved

I am trying to access a subversion repository using SharpSvn. The repository is only available via https and the machine uses its own private certificate authority (don't worry about the security h...
Wallack asked 25/7, 2012 at 14:38

1

Solved

I use SharpSVN and I add a folder to the subversion. Then I try to commit it and I get this exception: SharpSvn.SvnRepositoryIOException: OPTIONS of 'https://sth.com/svn/blah/Documents': Server ce...
Hipparch asked 20/6, 2013 at 10:41

2

Solved

In SharpSvn's documentation I found (here), the return value of SvnClient.getinfo (boolean type) is missing. Can anyone help with that? Thanks.
Getty asked 10/4, 2013 at 5:34

3

Solved

I downloaded the SharpSVN example they give to try and test it out but I get this error when I try and run it. System.BadImageFormatException {"Could not load file or assembly 'SharpSvn, Version=1...
Gracioso asked 8/6, 2010 at 15:59

1

Solved

I have the following code in C#: 1. public static void Main(string[] args) { 2. Uri repository = new Uri("https://svnserver:port/svn/Src/trunk"); 3. using (SvnClient client = new SvnClient()) { 4...
Kronstadt asked 14/12, 2012 at 23:24

1

I am using SharpSVN as part of a server-pull solution. The program reads a revision from a config file, if it doesn't match, it updates to the specified revision. This seems to be working correct...
Trimetallic asked 8/11, 2012 at 23:8

2

I'm trying to get a list of changed files from SharpSVN. I can get the data I need on the command line like this: svn diff -r <startrev>:HEAD --summarize --xml Can somebody point me to the...
Coenobite asked 17/3, 2012 at 0:42

3

Solved

When trying to add SharpSVN to my C# project, compiling with SharpSVN related calls gives me this error: FileLoadException was Unhandled Mixed mode assembly is built against version 'v2.0.50727' o...
Haydon asked 8/6, 2010 at 17:40

0

I have a Powershell Cmdlet, which creates SVN-Branches from the trunk via SharpSvn. The repository contains externals with and without revision/pegRevision explicitly set. In the branch, all extern...
Inarticulate asked 29/8, 2012 at 15:53

2

Solved

I'm trying to read the contents of a .csproj file using sharpsvn, but I seem to be always getting an empty file back. Here is my code: MemoryStream myOut = new MemoryStream(); svnClient.Write(pa...
Cereus asked 1/6, 2012 at 16:7

1

Solved

I am using SharpSVN to access my subversion repository using SharpSVN, i need a means to create a branch programatically using SharpSVN, how is this done!!
Topsoil asked 14/11, 2011 at 12:53

3

Solved

I'm trying to get SharpSVN to work with a VB.NET project I'm working on in VS2010. I've added SharpSVN.dll to my project references but the following error appears when I try to load the site: Cou...
Rosanarosane asked 19/9, 2011 at 16:31

1

Solved

I am trying to build a simple repository browser into a web application and have been looking into using SharpSvn to help. I can find all the usual physical commands, like update, commit, that wou...
Hypogynous asked 21/5, 2010 at 15:1

2

Solved

I am using the Export() member function to obtain files at specific revisions which is working but for some reason in other cases it is not. For all the modified paths it seems to be working howeve...
Lemieux asked 23/6, 2010 at 18:1

2

Solved

still a bit of a n00b on SharpSVN, I'm looking to get some simple code to open up an SVN repository, and read (at least) the full path of all files in a specific folder. Lets say that this folder ...
Aiken asked 29/6, 2009 at 23:9

4

Can somebody please suggest a good place to look for source code examples of how to use the SharpSvn library?
Fizz asked 8/3, 2010 at 2:59

1

Solved

How to read each revision of file using sharpsvn client using c# ? Not the revision numbers but the content of the file in each revisions............
Afflict asked 15/9, 2009 at 7:44

2

Solved

Hi I use C# and SharpSvn library. I would like to check if file is under source control before adding it with SvnClient.Add. When I do it on file that already is under SVN than I get error : "is al...
Grijalva asked 15/5, 2009 at 13:33

© 2022 - 2024 — McMap. All rights reserved.