VisualSVN is a Subversion integration package for Visual Studio.
2
votes
2answers
533 views
Create SVN branch with no revision history
We have a situation where we have to give a third party access to an asp.net solution versioned with SVN. We have scrubbed Web.config and other files of sensitive data and would now like to create a ...
2
votes
1answer
197 views
Where should be the '.\format' folder
I have been getting the error message "VisualSVNServerHooks: Can't open file 'C:\Arquivos\format'" when I perform a commit to VisualSVN server. There is no any folder named "format" on the VisualSVN ...
2
votes
4answers
9k views
TortoiseSVN 1.71 and VisualSVN 2.51 will not connect after update
I updated VisualSVN to v2.51 and TortoiseSVN to 1.7.1 at the same time a few days ago. Before the update, using subversion worked fine for many months. Ever since the update, I have not been able to ...
0
votes
1answer
633 views
how to get “green” (i.e. nothing to commit) on the entire solution in VisualSVN
I'm using VisualSVN and VS
All projects in my Solution has "green" circle meaning that there is nothing to commit
However entire solution has "yellow" circle.
tortoisesvn says that only one folder ...
15
votes
1answer
12k views
svn client doesn't work after upgrading to 1.7: working copy is too old
I was using VisualSVN client and server on local machine + MS Visual Studio for a while.
Today I decided to upgrade tortoisesvn to the latest version (because it popups every time that never version ...
1
vote
1answer
371 views
Visual SVN client commit solution files only
I have visual svn client integrated in my visual studio and I want to commit modified files. The problem is when I right-click on the solution file item in the solution explorer and choose 'Commit', ...
4
votes
2answers
373 views
Visual SVN for VS2010 is holding on to stale reference to deleted branch
I'm using the Visual SVN client plug-in for Visual Studio 2010.
I recently created a branch in Visual SVN, but I accidentally saved it in to the wrong location, specifying "NewName" under "trunk/" ...
0
votes
0answers
761 views
TortoiseSVN hangs on “Sending Content” when commit new data
I am using as server the latest VisualSVN, and its been updated from SVN 1.6 to SVN 1.7.
also i have updated the TortoiseSVN to 1.7.1.
when i try to commit to the repository, its runs all the add ...
0
votes
1answer
215 views
Changes committed as wrong user? TortoiseSVN, Subversion
We've got a weird problem, it's been going on for a while - maybe a year. For some users, the authentication seems to get corrupted and we'll check-in and it'll appear as another user. Specically, ...
0
votes
0answers
82 views
VisualSVN version 2.5.1 shown wrong URL
We do use some repositories with several solution folders in the root/trunk folder. All VS 2010 solution files residing in one folder and all the projects in subfolders to the solution folder. ...
5
votes
3answers
99 views
Is it possible to have Visual Studio update from SVN when I open a solution?
I'm using Visual Studio 2010 with Visual SVN and Tortoise SVN, and would like the option of being prompted to update from source control whenever I open a solution, the way SourceSafe did. Is that ...
0
votes
1answer
369 views
Visualsvn multisite Sync
I have successfully mirrored/replicated the remote repository on the local server using svnsync init & svnsync sync tool,
but when I check the modified code in to the slave repository, sync ...
0
votes
2answers
130 views
One copy of external project locally with Visual SVN and svn:externals
We're using Visual SVN for source control. We've got multiple solutions that reference a class library project. Each of the solutions uses svn:externals to reference the class library so that when the ...
3
votes
2answers
349 views
How do I select Visual SVN as my source control provider
I am using Visual Studio Ultimate which come with TFS. However I am using Visual SVN as my source control.
I have installed VisualSVN server and the Visual Studio plug in.
What should I do to switch ...
0
votes
1answer
1k views
XCode 4.1 won't connect to my VisualSVN Windows server
I installed the free version of VisualSVN on my networked Windows 7 server.
The link looks like this: https://sedwo@xxx.xxx.xxx.xxx:8443/svn/iOS
On my MBP,
I can login and view the repository ...
0
votes
1answer
295 views
Commits are extremely slow/hang after a few uploads
I've recently started to notice really annoying problems with VisualSVN(+server) and/or TortoiseSVN. The problem is occurring on multiple (2) machines. Both running Windows 7 x64
The VisualSVN-server ...
1
vote
3answers
81 views
Svn and disconnected edits
I am using svn (visual svn server in specific with visual svn and thus tortoisesvn). Is it possible to work in an offline scenario? Eg code is checked in, and then modify the solution without checking ...
2
votes
1answer
1k views
visualsvn change existing url
the company i work for updated their dns server and changed it's name, and i can't get visualsvn to accept the change. the url was https://dev.xyzdns.local:8443/svn/project and now needs to be ...
0
votes
1answer
60 views
Instead of db based repo, How to use file system based repo in svn server?
I'm dev a PHP website. If we use file system based repo in server, then we can use it as the website root.
2
votes
3answers
280 views
Visual SVN - How to maintain separate user settings and publish settings?
For a new MVC web development project, I'm collaborating with a couple of other developers and we want to use Visual SVN to manage source control.
Following the "Getting Started" instructions at the ...
0
votes
1answer
309 views
How to restrict a user in SVN to access only the log hostory of commits (no RO access)
I need to restrict a SVN user to be able to obtain only the revision log with revision number and message, and the list of changed files as well.
The user must not have access to the source files ...
0
votes
2answers
153 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
382 views
Handling hook scripts in visual svn server
I had a couple of hook scripts for my project for email notification post-commit, and a pre-commit hook to block the empty log messages etc. Keeping this hook scripts, visual svn server not allowing ...
2
votes
2answers
466 views
TortoiseSVN hangs when using a post-commit hook
TortoiseSVN hangs (freezes) on "Sending content" when I use a post-commit hook on my VisualSVN repository. The following is the hook:
cd C:\Sysinternals\
PsExec \\\OtherComputer TortoiseProc ...
3
votes
2answers
1k views
One repository per project or many projects in a repository?
I have just started using visualsvn (SVN in general, rather) coming from TFS 2010 etc. With repositories, should these be used per project or could I check in a number of projects into a repository?
...
2
votes
1answer
501 views
Merge a Subversion Branch back in to the Trunk and retain Revisions
My subversion project has a branch that's been used to develop a major new release of the product. Now that the product has been launched, it's time to merge that branch back in to the Truck.
I'm ...
0
votes
1answer
76 views
Getting strucked with merging from dev branch to test merge in svn & tips required for instant release mechanism
We had a ten developers who do commits in the dev branch. After a week once all the tasks are through, i need to merge all the commits to test branch for rebasing before i tag and merge the releases ...
1
vote
2answers
672 views
Creating multiple svn repos on single SVN Server
I got SVN Server setup for Project A which is all good.
I now need to setup another repository in the same server for Project B.
Any guidelines please?
2
votes
1answer
383 views
SVN Rename Folder in branch, Conflict
I have a branch in which a folder was renamed. Now i'm trying to merge changes from trunk to this branch, but the files modified in the trunk are still under the original folder name, so svn throws a ...
0
votes
1answer
329 views
How to temporarily apply (or archive) PATCH/DIFF changes from Tortoise SVN?
I've been using Tortoise SVN + Visual SVN for about a year since left the corporate world to do my own startup. There's one feature in Tortoise SVN that I've never figured out:
How can I bundle up a ...
-2
votes
1answer
410 views
Port Forwarding For VisualSVN not working externally [closed]
I set up an SVN yesterday using VisualSVN. Everything went smooth, and I can do everything I want on my own network using http://192.168.1.103:8001/svn/. However, if I plug in my external IP, it fails ...
5
votes
3answers
840 views
When creating a WCF project in VS2010, I get “Error : WcfProject.csproj cannot be opened. The project type is not supported by this installation”
hey there. So, we have a VS2010 project and the VisualSVN server on one machine. We added a new machine with the client visual svn and the projected loaded in. except for the WCF service. i'm getting ...
1
vote
1answer
2k views
Unable to browse repository after setting visual SVN Server
I have setup Visual SVN server 2.1.7 on my windows 7 x64 system. I have used all default options :
Installed path : C:\Program Files (x86)\VisualSVN Server
Repositories path : D:\Repositories
Server ...
0
votes
1answer
85 views
added solution to svn and now I don't see it
We have just recently got our SVNServer installed. My developers have added the solution to the repository from within Visual Studio, but they must have done it wrong because I can't find it in the ...
1
vote
2answers
3k views
How to Setup SVN for remote access
I am new to SVN thing. I have a remote server, windows server 2003. I want my team to commit their work on server on daily basis. I am choosing SVN for this task but I dont know what i need and from ...
2
votes
3answers
1k views
svn command line error “Server certificate verification failed: issuer is not trusted” how can i resolve this error?
I have CCNET build server setup. I get above error when i define
<sourcecontrol type="svn">
<executable>c:\Program Files\VisualSVN Server\bin\svn.exe</executable>
...
0
votes
2answers
407 views
How to setup a box and 3 machines as a web development environment for a small team
Extended title: How to setup a box with (Windows7 + Apache + VisualSVN + MySQL + PHP) and 3 machines with (MacOs/Windows7) and Dreamweaver CS5 as a web development environment for a small team
These ...
0
votes
1answer
118 views
SVN $RECYCLE.BIN
Just installed VisualSVN server, what is "$RECYCLE.BIN" and can I hide / remove it?
0
votes
2answers
74 views
How to cancel svn for a netbeans project
At first time,I set the project at a wrong place.I wan't to cancel it and do it again.What can I do?
0
votes
1answer
523 views
SVN + Get Lock error
SVN => Get Lock is throwing following error:
Command Lock
Error Invalid authz configuration
What am i doing wrong ?
1
vote
1answer
1k views
VisualSVN - unbind solution/project from SVN
I'm new to Visual Studio 2010 and to VisualSVN.
I've found how to share a project (a solution in fact): right click on the Solution > VisualSVN > Add Solution to Subversion. It works fine.
Now I ...
1
vote
1answer
170 views
why doesn't visual studio solution bind to visualsvn anymore
Although i see the VisualSvn menu in visual stuido 2010, my solutions no longer bind to visualsvn.
i just installed thi patch to visual studio 2010 as i was seeing this memory error popup all the ...
4
votes
1answer
420 views
Why is VisualSVN server rewriting my URL?
I've installed VisualSVN server on a company machine. Its (intranet) URL is http://myhost:12321/svn.
On the same machine there is an Apache which we use as a reverse proxy. There are several other ...
1
vote
1answer
697 views
Any experience with Rocket SVN?
I know there is plenty of questions about which plugin to choose for integration SVN to Visual studio:
AnkhSVN versus VisualSVN
Which would you rather use: VisualSVN or AnkhSVN?
What Subversion ...
1
vote
2answers
705 views
VisualSVN VS2010 merge failing
Our company is migrating from VSS to SVN as part of an upgrade from VS2005 to VS2010. I am evaluating the VisualSVN implementation – VisualSVN Server looking after the repository, and using VisualSVN ...
1
vote
1answer
246 views
Add file to SVN (VisualSVN) with the same name
I did an "update to revision" (from 49 to 46). I created a new file with the same name than a file available in the revision version, when I try to add it. I get this error : "already exist". I tried ...
0
votes
2answers
91 views
Does the visualsvn svn client respect the tsvn:autpoprops property?
Using the tsvn:autoprops to set
If not, are there any other VisualStudio SVN add-ons that support the tsvn:autoprops property?
1
vote
1answer
612 views
Integrating SVNServer and Redmine
Can someone help me to integrate Visual SVNServer and redmine over Windows Server 2003?
I want to do the same actions from Redmine as I can do from Tortoise connected to Visual SVN Server.
I tried to ...
1
vote
1answer
210 views
VisualSVN: trying to download android code using VisualSVN on windows 7
i want to download skia latest code which is used in android. Therefore i installed VisualSVN server on windows 7. but i'm not able to see anything in repository, its empty.
Settings are as follows:
...
1
vote
1answer
353 views
How to exclude specified files from SVN reintegrate branch?
I have 2 branches what I'm reintegrating
In both branches I have same CFG files what I dont want to be reconciled.
Wanted keep them versioned but not reconciled.
Do you know any way how to exclude ...