0
votes
2answers
141 views

VisualSVN Merge Conflict assistance

I am trying to merge a feature branch back to the trunk and I am getting One or more files are in a conflicted state. Conflicted C:\Projects\MyaPP\frmMain.vb ...
1
vote
1answer
242 views

Problem with refreshing the status of files with VisualSVN and AnkhSVN

We use VisualSVN Server as our Version Control server. We integrated TortoiseSVN into Visual C++ 2008 using VisualSVN. Now, I want to see if a file is locked by another user. When I press the ...
1
vote
3answers
160 views

Accidental Exclude From VisualSVN

I accidentally selected "Exclude from Subversion" from the VisualSVN menu on my VS2008 project root. I have not updated or committed so I still have both the repository and local versions available. ...
0
votes
1answer
613 views

ssh tunneling with visualsvn

I have been asked to setup VisualSVN for Visual Studio 2008. Due to firewall restrictions and server configuration. I need to use ssh tunneling. My problem is this: The local machine needs to ...
1
vote
1answer
108 views

Help with subversion

I downloaded and installed visualsvn server, visualsvn and tortioseSVN. The installation web well. I set the repository root as e:\Repositories. Once installed I created a repository called Test, ...
2
votes
1answer
325 views

How to automate Visual Studio tasks following SVN update?

I have several Visual Studio web application projects that include SVN externals. When a new file is added to an external module, VisualSVN brings it down to the file system, but doesn't add it to the ...
0
votes
0answers
127 views

VisualSVN is not updating Pending Checkins window in VS2008

Recently, my Pending Checkins window in Visual Studio 2008 has been empty even though changes have been made to various files. What really vexing is that the Solution Explorer correctly marks the ...
1
vote
2answers
761 views

Display a folder in visual studio

I have a folder with a group of 3rd dlls that I want to show up in Visual Studio. The reason being that I am using VisualSvn and I want to be able to see when these have been updated from within ...
0
votes
1answer
193 views

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 ...
1
vote
3answers
961 views

SVN plugin for VS2008

I'm using VisualSVN with my Visual Studio 2008 and I have to run some sort of commit monitor in the tray area to see if the local copy of project is out of date. I have two problems with that: I ...