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
1
vote
0 answers

SVN post commit stucks while starting process

I've built a script in VS that receives the 2 arguments sent by post-commit hook. The script runs SVN LOG to retrieve data about the revision (author, date, files). When I run the solution from VS with constant vars for the arguments, it runs…
Oded
  • 795
  • 2
  • 12
  • 32
1
vote
1 answer

Is it possible to find who made last update of a piece of code in svn

I want to check revision history of a particular piece of code using svn repository. It will be ok if I could just check who made the last update, i.e. who is responsible for a the current state of a piece of code. I can go through the revision…
Rakib
  • 7,435
  • 7
  • 29
  • 45
1
vote
1 answer

Add existing project to solution under visualvsn

We are changing from SourceSafe 2005 to visual svn. How can an exisiting project be added to a solution Example: I create solution1 with 3 projects and add to /trunk I create solution2 with 1 project and add to /trunk In solution1 I add existing…
Eric
  • 3,027
  • 6
  • 29
  • 34
1
vote
2 answers

Accessing SVN repo via CruiseControl.NET and Windows Authentication

this is a bit of an ambiguous one as to whether it is for StackOverflow or ServerFault. I figured developers would have as much chance of solving this problem, so I opted for here. I have two servers: SVNServer. This is a Windows 2003 Server box…
Amadiere
  • 11,313
  • 6
  • 41
  • 47
1
vote
1 answer

VisualSVN and TortoiseSVN get 400 error on committing C# code file

I have setup a Subversion machine in our office LAN. Subversion is served by Apache. Then I started a Java project and performed some migration from CVS (all Java projects!). It all ran fine, I can clearly use SVN from Eclipse using Subversive. Then…
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305
1
vote
2 answers

svn: after updating project to new revision files are copied to the computer but are not added to the project

I am using the latest versions of Tortoise and VisualSVN client/server. I tried update to previous revision and back, but the situation has not changed. Anyone knows why this happens? @Ben Yes, I know it. But you don't understand my problem. For…
Brian
  • 115
  • 2
  • 10
1
vote
2 answers

Best practices with SVN for files that always "change" with no change

We have a project that references files in a Common-directory. Whenever that project is opened or compiled, these files are copied. Because the timestamp changes, Subversion sees that as changes. I only want to commit new changes of the general…
Abel
  • 56,041
  • 24
  • 146
  • 247
1
vote
0 answers

Mirror directories/files in one repository TortoiseSVN

I am looking to make a base build of source code and store it in Subversion, I then want to create a number of builds based on the source with key files shared/mirrored in all the subsequent builds so I can apply global updates to the…
Wilbur Robertson
  • 347
  • 2
  • 9
  • 25
1
vote
4 answers

Automatically create subversion revision file

I have a project who's structure in Subversion goes as follows, branch tags trunk -- Library ---- Library Code -- Website ---- Website Code The Library folder contains most of the project code and is a class library. The Website folder is a website…
Craig Bovis
  • 2,720
  • 3
  • 26
  • 33
1
vote
1 answer

How can I access a local SVN Server remotely?

I have seen a couple of similar questions to this so I apologise in advance if this annoys anyone, however I felt it was necessary to write the question myself to highlight a few points I am struggling with. I have a VisualSVN server running on a…
Josh Suckling
  • 217
  • 7
  • 14
1
vote
0 answers

Import some of the files of a svn repository in visual studio

How do I import some of the directories or files of a repository in a new visual studio project while keeping the link of those directories or files to the repository? The repository is on CloudForge. I installed Visual Studio Ultimate 2012,…
1
vote
1 answer

visualSVN: Creating separate repositories for different versions of visual studio

I've been working on a project with VisualSVN and Visual Studio 2010 for some time. I recently upgraded my version of VisualSVN that supports Visual Studio 2012. I manually copied the project (that is not yet hooked into VisualSVN) to Visual Studio…
Casey
  • 10,297
  • 11
  • 59
  • 88
1
vote
1 answer

SVN & Visual Studio workflow

I downloaded and installed VisualSVN Server, VisualSVN and TortioseSVN. The installation went well. I set the repository root as E:\Repositories. Once installed, I created a repository called Test, and added users. All is well so far. I already had…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1
vote
0 answers

How to get and process object from SafeArray vc++

I have used the variant datatype to get the list of VisualSVN_PermissionEnrty objects from WMI query and stored it into the safearray. Now the safearray contains the list of VisualSVN_PermissionEnrty object. how can i read the values from the…
user1553605
  • 1,333
  • 5
  • 24
  • 42
1
vote
1 answer

VisualSVN "Unable to open ra_local to URL"

I have a TortoiseSVN installation on my server (Windows Server 2003) and my development machine is Windows 7. I successfully Commit and Update from Explorer (right click->SVN Commit/Update). But when I try to Commit/Update (Repo browser or whatever)…
Oliver
  • 320
  • 1
  • 10