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
Questions tagged [sharpsvn]
309 questions
0
votes
1 answer
SharpSvn - Is File or Folder is under svn repository
i intend to use SharpSvn methods such as 'add' and 'lock' for file or folder under SVN repository.
if the file is not mapped i receive an error indication - 'the node ... is not found'.
prior to SvnClient.Info() or SvnClient.Status(), how can i…

shamir chaikin
- 681
- 1
- 6
- 9
0
votes
1 answer
SharpSvn - Lock file status
i am using SharpSvn.dll for my own application.
one of my goals is to lock file (i am using GetLock() function).
however i did not found a way to know the file status - is it lock or not
regards

shamir chaikin
- 681
- 1
- 6
- 9
0
votes
2 answers
Get permission for an SVN folder using SharpSVN
I have have a repository, for example "http://svnserver/repository". Users have different permissions in the folders: "http://svnserver/repository/folder1" or "http://svnserver/folder2". How can I get the permission (read only or read and write) of…

Arjan
- 1,950
- 2
- 16
- 21
0
votes
1 answer
Programatically creating an SVN patch / diff file in C#
Using SharpSVN I can easily revert an SVN checkout programmatically in C#, but now I need to create a patch / diff file just prior to performing the revert.
SharpSVN has the SvnClient.Patch API but docs / intellisense indicate that this is for…

Greg Trevellick
- 1,361
- 1
- 16
- 26
0
votes
2 answers
TortoiseSVN not asking for authentication in Windows 7 machine, works in WIndows XP
I recently got a new Win7 machine and installed Tortoise SVN 1.9x.
I could checkout and browse the repo, when when I commit it fails saying "Error running context: An error occurred during authentication".
My >tortoise->settings->saved…

Sachidanand Dev
- 26
- 9
0
votes
2 answers
Size of a subversion directory
I have a project that takes a checkout in a directory under subversion by sharpsvn. I want to do now is to show the checkout process in a progress bar, but for that I need to know the size of the board, what property or decision of the library I…

Jesús
- 21
- 1
- 2
0
votes
2 answers
SharpSVN: What does "Is Last Invocation Canceled" mean?
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.
Can someone please tell me what does it mean?
Thanks!

Noich
- 14,631
- 15
- 62
- 90
0
votes
2 answers
SharpSVN: Getting Entire Repository Structure
I looked at the following post (SharpSVN: Getting Repository Structure and Individual Files) and can successfully get the structure of my repository only at the main level. What I need to do is get the ENTIRE structure for every folder/subfolder…

FlyFish
- 491
- 5
- 22
0
votes
0 answers
Database async query and processing
Let me rephrase.
I have a method that generates strings(paths) after given a start string(path)
IF those paths are for a directory I want to enqueue that in the input of the method.
After processing the path synchronously, I want to get the Data and…

Git
- 214
- 5
- 16
0
votes
1 answer
Commit all files in a folder to SVN repository using sharpsvn
I hava c# winforms application and in the form I have a button. On click of the button I want to commit all files in a particular folder to the SVN repository , but i keep getting
Folder is not a working copy error.
Below code is called on click…

Dinesh wakti
- 121
- 2
- 8
0
votes
1 answer
SharpSvn get changes between revisions by date, with start -1/ Svn diff --summarize /
I am trying to do diff --summarize in sharp svn via date.
BUT the start revision should not be the first revision after the start date(atleast thats my understanding of the diff command with dates as flags)
but with the first revision before the…

Git
- 214
- 5
- 16
0
votes
1 answer
using sharpsvn client.status in c#
I've just read this question, and I have a question about it:
How do I set the client to look at a certain repository? In the example there's a use in the working copy's location, so how can the client know where to check for diffs?
Thanks :)

Noich
- 14,631
- 15
- 62
- 90
0
votes
2 answers
How can I determine the trunk-revision used to create a branch with SharpSvn?
I am currently building a ChangeLog-generator, which is creating such a log by diff'ing the revisions of /trunk against /branch/... (which was created at some point from /trunk), to see which commits are not in the branch (and then does some fancy…
user57508
0
votes
1 answer
SharpSvn Dump repository from tortoise
we would like to do a dump from svnsharp we have seen the SvnRepositoryClient.DumpRepository method and we would like to know if there is a way to filter revision like parameters of svndumpfilter.exe.
Let me know
Regards,
Davide

Davide Balosetti
- 45
- 3
0
votes
1 answer
Windows App uses SharpSVN - need to migrate server to linux SVN server - will it still work?
Our Windows Forms application uses SharpSVN for SVN file checkouts, updates, and commits as well as other things. The current SVN server is also Windows but it is being EOL'd and now the company only supports SVN on Linux. Does it matter to SharpSVN…

Judie
- 21
- 3