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

VisualSVN / TortoiseSVN Files not showing the update

I'm going to try to explain as briefly as possible what is happening: I have a project in folder A I add folder A to a repository Rename A to A2 Checkout repository Now here comes the tricky part: the website used to run on what is now A2, but…
MikaelMadrid
  • 93
  • 1
  • 10
0
votes
1 answer

Visualsvn - Tortoise svn repo browser doesn't connect to new url after relocate

I am trying the Enterprise version of Visual SVN server to use Integrated Windows auth. I enabled Integrated Windows auth, checked the Use SSL box, and then did a relocate on my working copy (checked externals too). It works fine from the right…
Wayne
  • 109
  • 4
  • 9
0
votes
3 answers

Can I get my revision history back in SVN?

I'm using ProjectLocker with TortoiseSVN and VisualSVN. Last night while trying to figure out a wierd issue, I reverted a couple files back to the last date that was in production. That happened to be about 3-4 revisions back. When the older…
CodeRedick
  • 7,346
  • 7
  • 46
  • 72
0
votes
0 answers

Visual SVN Server Backup Restore Error (vnadmin: E140001: Malformed dumpfile header)

I am trying to Restore the SVN dump that i took before refreshing the Windows, Now i created the New Repository and trying to restore the backup from that Dump file but i am getting this Error. vnadmin: E140001: Malformed dumpfile header Here is…
Sizzling Code
  • 5,932
  • 18
  • 81
  • 138
0
votes
1 answer

How can I use SCM on linked files in VS2008 projects?

Background: I'm using Visual-SVN V. 1.7.5 with VS2008. I'm fairly new to SVN. I have a Solution that uses source files that will be shared with other Solutions. I've put these files in a folder called "Shared", and added them to my Solution…
Tom Bushell
  • 5,865
  • 4
  • 45
  • 60
0
votes
1 answer

Moving physical SVN server to virtual server

I have a physical SVN server, where VisualSVN Server is installed. Repositories are located a network storage. Now, I would like to install a new SVN server on a Virtual Machine, but I would like to link that new VisualSVN Server installation to…
pasapepe
  • 127
  • 1
  • 8
0
votes
1 answer

visualsvn assembly reference

I'm using visualsvn with Visual Studio 2012 to share a webforms project between myself and two partners. When one of us makes a project and somebody else tries to open it, we get many assembly reference errors: This makes me think that when the…
0
votes
1 answer

AnkhSVN Visual Studio Conflict

I have just installed AnkhSVN for a new project I've been recruited for. The development is taking place in Visual Studio 2010. Prior to this I had VisualSVN installed - this is still installed. I have downloaded the source code from SVN however…
0
votes
2 answers

How to get the all folder in text file after certain revision ID using batch script

I want to get the all folder list into file after certain revID in SVN using Batch file. currently I am using the command: svn.exe list -R>test.txt using this command I have getting all folder and file in text file. Have you any way to get…
CrazyCoder
  • 772
  • 5
  • 11
  • 31
0
votes
1 answer

Replicating BUG ID to all Tortise Clients

We are using Visual SVN server and Tortise SVN client. We want to add BUG ID, to track all our checkins. We could successfully do the same for one of the client machines which has Tortise SVN Client. But the same is not getting replicated to other…
meghanath ch
  • 83
  • 1
  • 2
  • 6
0
votes
1 answer

Show logs are not coming in Visual SVN 1.5 after upgrading from 1.4.6

The question is regarding show logs are not coming properly after upgrading. I upgraded my repository from SVN 1.4.6 from Linux to Visual SVN 1.5 in windows. Explaining the steps here: I took the complete SVN repo from 1.4.6 SVN - say Repository…
RR
0
votes
1 answer

Run svn command on VisualSVN Server

Ahoi! here is what i wanna achive: I've got a huge SVN Repository. Because the Checkout would take like forever and a few hundred GB i was wondering if i can execute a SVN Command on the console where the VisualSVN Server is running to determine any…
Timo
  • 433
  • 5
  • 17
0
votes
1 answer

SVN Checkout without re-copying

I have imported an unversioned directory into an empty SVN repository then want that same directory to be versioned but there are a lot of files and Checkout is taking a long time. is there a way to set the current set of files to be equal to the…
Jeremy M
  • 65
  • 1
  • 8
0
votes
1 answer

Post-Commit Hook & Trac

Having a few issues with my post-commit hook script and track - hoping someone can help. The scripts all work fine - no errors - but for some reason trac doesn't update. I turned on logging and found this: Trac[svn_fs] DEBUG: Subversion bindings…
Max
0
votes
1 answer

Post-Commit Hook with Trac

So I followed the instructions of the great post left here Post Commit Hook with Trac and SVN and the associated posts mentioned for Trac + VisualSVN on windows. I have set everything up - and when I run the "post-commit.cmd" - I get no errors at…
Thomas