Questions tagged [visualsvn]

VisualSVN is a Subversion integration package for Visual Studio.

VisualSVN is a Visual Studio version control plug-in. VisualSVN seamlessly integrates the Subversion version control system into the Visual Studio IDE and provides unique source control features to enhance software development productivity.

VisualSVN tracks all file operations you perform in Visual Studio and properly reflects them to Subversion. You can code, design, debug and deploy with VisualSVN as your silent partner that safeguards your source code without being distracted to external client applications.

VisualSVN plug-in supports all Visual Studio versions starting with VS2005 and including the latest VS2017:

  • Visual Studio 2017 (all editions)
  • Visual Studio 2015 (all editions except Express)
  • Visual Studio 2013 (all editions except Express)
  • Visual Studio 2012 (all editions except Express)
  • Visual Studio 2010 (all editions except Express)
  • Visual Studio 2008 (all editions except Express)
  • Visual Studio 2005 (all editions except Express)

References

FAQ

453 questions
0
votes
1 answer

Checking in subprojects of .net solution individually to SVN

We currently have a large solution in C# which is comprised of some 40 projects. A second solution for another client is almost identical, and uses many of the same projects with some omitted, and some others included which are not present in the…
Alex
  • 1,643
  • 1
  • 14
  • 32
0
votes
1 answer

VisualSVN - merging revisions into one

We have some server with VisualSVN free service. Because we want to make some space on it, I determined to merge some old projects' revisions. They are not used anymore (the old revs.). To test this I created a local visualsvn server on Win7…
durumdara
  • 3,411
  • 4
  • 43
  • 71
0
votes
1 answer

SVN svnsync all repo project

I have two VisualSVNServer: master (http://example.com/svn) and a mirror (backup) In each server have the same repository structure with 100 project (20 GB): D:\Repositories \MyProject1 \MyProject2 …
Simone Nigro
  • 4,717
  • 2
  • 37
  • 72
0
votes
1 answer

Pre-commit hook fails due to "E205000: Invalid revision number supplied"

Im trying to setup a pre-commit hook for email notification using VisualSVN. When I try to add a test file to the repository and commit it, I get an error that includes verbage such as "VisualSVNServerHooks: E205000: Invalid revision number…
BitShift
  • 123
  • 2
  • 14
0
votes
2 answers

Why is my Subversion (SVN) Repositories error.log 16 GB?

For some reason I have a file error.log which is 16GB In my Repositories folder on my SVN Server. It is normal? Why is it so big? Can I delete it?
Robs
  • 8,219
  • 6
  • 41
  • 57
0
votes
1 answer

Open Project from SVN

My primary dev workstation has tortise and visualSVN installed and VS10 offers me a command off my File menu - 'Open Solution from SVN' - (or something to that effect...I can't open that workstation right now so the wording is probably different.…
justSteve
  • 5,444
  • 19
  • 72
  • 137
0
votes
4 answers

Hosted VisualSVN Server

Looking to implement VisualSVN but I don't have my own server. I could install it locally and run it on my PC but if something happens to my PC I will lose everything. So servers out there that provide an SVN service or provide hosted VisualSVN…
amateur
  • 43,371
  • 65
  • 192
  • 320
0
votes
0 answers

VisualSVN Server Hooks fails to send email

I have VisualSVN installed on remote machine and I have implement the post commit hook so that I can get the every email on check-in by any developer in team. My hook is: "%VISUALSVN_SERVER%\bin\VisualSVNServerHooks.exe" ^ commit-notification "%1"…
LivCool
  • 253
  • 1
  • 12
0
votes
2 answers

Subversion, I'm working on a svn. Command to list particular type of files

Subversion, I'm working on a svn, is there any command/method to make a list of all files with same extension in repository. Suppose we have to search in root directory if there are file with (.sh) extension.
RAM World
  • 97
  • 3
  • 8
0
votes
3 answers

How do I integrate VisualSVN into Visual Studio 2010?

I have an existing setup of Visual Studio 2008 with VisualSVN integrated into the IDE. I have installed and am testing out Visual Studio 2010. How do I integrate VisualSVN into 2010? Can I import my existing settings? I was issued a laptop with…
bsh152s
  • 3,178
  • 6
  • 51
  • 77
0
votes
1 answer

How do I unversion an .suo file in SVN for Visual Studio?

I copied over a new Visual Studio project I've been working on to my Working Copy Structure. Then in Windows Explorer I just right clicked and select "TortoiseSVN -> Unversion and Add to ignore list (recursively)" for the bin and obj folders. …
Sam
  • 4,766
  • 11
  • 50
  • 76
0
votes
1 answer

Adding Active Directory Group to visual SVN repo and granting read,write permissions

I am new to VisualSVN commands. I am trying to add Active directory Group(Entire group) to 1 of the repository of SVN and give them read , write access to that repo using powershell commands. I have refered the link SVN Rights Management Tool using…
0
votes
1 answer

Is it possible to use Windows VisualSVN repository with a MAC Client

I have set up a windows VsiualSVN reporitory on my windows server. I connect to the repository using TortoiseSVN on my Windows client However a collegue has a MAC, is there a MAC SVN client that i can use to connect to the Windows VisualSVN?
Rob85
  • 1,719
  • 1
  • 23
  • 46
0
votes
1 answer

Want to upload the non-versioned files/folders in a Repository on Visual SVN

I want to upload few folders and files in a repository on Visual SVN server. I want to do it using any command like import in SVN. After Google, I found that Import command is useful for the same but I am getting an error "post of E175013 in Visual…
0
votes
0 answers

Conditionally ignore path from Subversion?

Is it possible to globally ignore a folder IF it is a child of a folder having a specific name? For example... Exclude: client/vendor ... or ... app/vendor But never exclude a "vendor" folder if it appears anywhere else? I'm working on an…
Fred Lackey
  • 2,351
  • 21
  • 34