Tagged Questions
The visualsvn-server tag has no wiki summary.
26
votes
9answers
9k views
How to require commit messages in VisualSVN server?
We've got VisualSVN set up as our Subversion server on Windows, and we use Ankhsvn + TortoiseSVN on our client workstations.
How can you configure the server to require commit messages to be ...
17
votes
7answers
428 views
How do you manage multiple versions of the same software for each customer?
I have a source code 95% the same for all customers. Some customers ask something specific. How can I manage this, if it possible with VisualSVN/Subversion ? Could you tell me how manage this kind ...
12
votes
5answers
3k views
Getting specific revision via http with VisualSVN Server
I'm using VisualSVN Server to host an SVN repo, and for some automation work, I'd like to be able to get specific versions via the http[s] layer.
I can get the HEAD version simply via an http[s] ...
9
votes
5answers
737 views
Has anyone successfully migrated VSS 2005 over to SVN?
I've been playing around with SVN for the last little while and have come to love its power and user experience and that we can tie it into our bug tracking system to simplify everyone's lives. So ...
8
votes
6answers
4k views
How Do you get AnkhSVN to work with VisualSVN Server?
I'm looking for the easiest free SVN implementation I can find.
I downloaded and installed VisaulSVN server - pretty easy.
Installed Tortiosesvn - pretty easy - both work together.
Installed ankhSVN, ...
6
votes
3answers
1k views
will TortoiseSVN 1.7 work properly against a SVN 1.6 repository
I would like to upgrade my TortoiseSVN installation to version 1.7. We have a VisualSVN server running with a SVN 1.6 repository.
Do I need to upgrade the repository to 1.7 before i can update my ...
6
votes
1answer
2k views
Migrating Visual SVN Server from one Windows install to another
I have Visual SVN Server on my Vista laptop. The repository resides on the second hard drive. I am doing a clean install of Windows 7 in the next few days. How do I configure or install Visual SVN ...
5
votes
2answers
1k views
How to change where Subversion repositories are stored?
Newbie question: I just installed VisualSVN Server and created a repository. I noticed that it created it at C:\Repositories. I need it stored on my D drive instead as there is more space there. I ...
5
votes
2answers
7k views
How do I create a SVN Commit Message Template and Hook to Verify
I'm using Visual SVN Server and Tortoise SVN (client) for source control. I would like all developers to standardize on a consistent format for checkin notes.
For Example I want their Commit Message ...
5
votes
7answers
12k views
Subversion server on 64-bit Windows?
I want to set up a Subversion server installation on Windows Server 2003 64-bit and I'm considering using VisualSVN Server. Does this work OK in a 64-bit environment? Are there any issues or gotchas I ...
4
votes
2answers
318 views
VisualSVN Server self-signed certificate
I am reading VisualSVN doc online and one of them is like this:
It's also possible to export a self-signed certificate from VisualSVN Server and save this certificate in the trusted certificates list ...
4
votes
4answers
233 views
Copy only certain SVN revisions from one repository to another
I run an SVN server on a linux server. I'm going out of town for a week somewhere with no internet access, and therefore no SVN access.
So I'm trying to figure out how to take a snapshot of the ...
4
votes
3answers
1k views
Idiots guide to moving a directory up in SVN
No, this is not a duplicate of this.
While I'm normally used to using visual tools with SVN, I find myself now faced with wanting to move Repo/Parent/ChildX/ChildY to Repo/ChildY. I receive the ...
4
votes
5answers
4k views
SVN Error - 501 Not Implemented Commit Failed
I have a folder in a repository that cannot commit and even parent folders cannot commit. This happened several weeks ago, then worked, then on the blink again. I have cleared my authentication cache ...
4
votes
7answers
2k views
Is there a way to migrate SourceSafe with HISTORY into SVN?
Is there a way to migrate SourceSafe with HISTORY into a SVN ?
Ideally I'd like to use VisualSVN Server, but I don't really want to lose my SourceSafe history. If I have to I will though.
4
votes
6answers
4k views
Pre-build task - deleting the working copy in CruiseControl.NET
I'm currently in the process of setting up a continuous integration environment at work. We are using VisualSVN Server and CrusieControl.NET. Occasionally a build will fail and a symptom is that there ...
3
votes
4answers
705 views
Can't commit to SVN server
When O commit to the server this returns:
The POST request returned invalid XML in the response: XML parse error at line
3: not well-formed (invalid token) (/svn/site/!svn/me)
I am using the ...
3
votes
1answer
226 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 ...
3
votes
2answers
188 views
Browsable website while version-controled?
I browsed around here on Stackoverflow and found this topic : http://stackoverflow.com/questions/279/aspnet-visual-studio-and-subversion-how-to-integrate
However that didn't help me in my case, or i ...
3
votes
1answer
319 views
How can I make only some folders show up for certain developers with SVN
I have a repository with a bunch of folders, and I want certain developers to only get two or three of those folders when they do a checkout on the repository. How can I make the folders not show by ...
3
votes
2answers
1k views
VisualSVN undelete with TortoiseSVN
Using TortoiseSVN against VisualSVN I delete a source file that I should not have deleted. Now this isn't a train smash because I can get the file back from the daily backup. However I would like to ...
2
votes
1answer
510 views
How to Call CMD.EXE from PowerShell with a Space in the Specified Command's Directory Name
I have the following PowerShell script for verifying my SVN repositories:
$SVNAdminDir = 'C:\Program Files (x86)\VisualSVN Server\bin';
$RepositoryDir = 'C:\My Repositories\App1';
$_cmd = ...
2
votes
1answer
851 views
VisualSVN Server: post-commit hook failed. SVN: Unable to make name for 'D:\websites\mywebsite.com\tempfile
In VisualSVN Server, I am using a post-commit hook to move files from a directory in the Subversion repository to the proper directory on the file system. I am getting the error shown below.
...
2
votes
1answer
313 views
rebuild subversion repository after server failure
I had an old SVN repo running on a Windows server 2003 with VisualSVN Server - the absolute path to the repo was stored on a NAS where it was backed up - however not using svnadmin /dump. That 2003 ...
2
votes
1answer
670 views
VisualSVN pre-commit rule
Using this hook with VisualSVN, added to the Repository/hooks folder as pre-commit.bat
My question is how do I add the rule that a comment must always start with a numeric value? I want the first ...
2
votes
1answer
77 views
How can I do daily backups for my VisualSVN Repos?
How can I do daily backups for my VisualSVN Repos?
Its on a Windows Server 2003 machine, I was thinking about just doing an xcopy of the folder C:\Repo but I'm not familiar enough with svn to know if ...
2
votes
1answer
408 views
Change SVN Path Entirely
We have an SVN at http:/XX.XXX.XXX.XXX:1111/svn/AB/ - and the first two folders of the SVN are like http:/XX.XXX.XXX.XXX:1111/svn/AB/abc/filefolder/
The problem is we want to move the entire svn to ...
2
votes
3answers
223 views
Easiest Subversion installer for Windows 7?
I want to try out Subversion on Windows 7. The repository will be on the same PC I'll be accessing it on (i.e., server and client on same computer) I read a blog entry that suggested that ...
2
votes
2answers
423 views
BackUp and Restore SVN settings, How?
I have a svn configured in the windows server and having 2000 more revisions. So i would like to change the sever from Windows to linux, so i want to backup all the revision and restore to the new svn ...
2
votes
0answers
685 views
Why can't I commit a psd (Photoshop) file to SVN?
I tried to commit psd file to svn but it didn't let me do it.
Error message:
Commit failed (details follow): PUT of
'/svn/.../!svn/wrk/243a5d81-c1c1-f545-8346-5e8399121cb4/Design.psd':
Could ...
2
votes
5answers
2k views
Best way to deploy subversion (SVN) in a multisite windows environment
We are planning on moving for MS Source Safe (ouch) to SVN. We are working mostly in a Microsoft environment (windows, Visual Studio, .NET) and we have developers in multiple sites. I heard about ...
1
vote
0answers
41 views
Strange error 500 with svn commit on one simple file
We use VisualSVN server here at work and everything works fine, we have over 50 repositories. I tried today to put into a repository a web site but it keeps crashing at one specific single file that ...
1
vote
2answers
83 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 ...
1
vote
1answer
50 views
Slice off part of a Subversion repository?
I have a Subversion repository that has several projects in it. I would like to 'slice off' one or more of those projects and move them to their own repositories, ideally with full fidelity (i.e. ...
1
vote
1answer
141 views
Portable SVNServer for windows
I want to be able to store my projects in a usb stick, under svn control.
is there a way of doing it?
I don't need any windows authentication, the svn suits me fine.
I've read that visualSVN server ...
1
vote
1answer
63 views
How to give file level rights with SVN server
I am currently using SVN for Source Control (Visual SVN server + tortoise SVN) and we are starting a new project in a large team.
I was wondering how to give commit rights on specific files or folder ...
1
vote
3answers
37 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 ...
1
vote
1answer
135 views
Case-insensitive Location
I am using VisualSVN Server that installs an Apache server.
In the below example
<Location /MyIISWebSite>
ProxyPass https://my-domain.com:8443/MyIISWebSite
ProxyPassReverse ...
1
vote
0answers
198 views
VisualSvn Server svnsync sync-lock error
I've a primary svn server on linux and i'm making a read-only synced version using VisualSvn Server.
I'm following the tutorials on
...
1
vote
0answers
119 views
Subversion deployment onto Windows Server 2003 environment
I recently asked a question on which Subversion to use and have done with VisualSVN Server, however after installing it and updating folder permissions I now get the following issues:
1) When logged ...
1
vote
2answers
291 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 ...
1
vote
3answers
424 views
Move single SVN folder into a new repository - how?
I have an SVN repository containing multiple top-level folders, one per project. Inside each project folder is the usual trunk, branches, tags.
I need to move one of these project folders into its ...
1
vote
0answers
2k views
Could not read chunk size. Error in SVN
I have recovered SVN repository from crashed PC and now I can checkout files from few directories but in one place during checkout it says:
Error: REPORT of '/svn/RepTest/!svn/vcc/default': Could not ...
1
vote
2answers
324 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
0answers
113 views
visualsvn trac like on windows
We have been using TRAC with VisualSVN but it's become a pain to work with, alot of outdated python libraries etc.
Because all our servers are on Windows 2008 we use VisualSVN, now we need something ...
1
vote
1answer
339 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
2answers
413 views
SVN - create a new repository and add trunk and branches from an old repository
I'd like to rename my SVN repository. I've tried an svn copy command to copy from one repository to another, but this doesn't work:
F:\Old>svn copy https://devserver2.sockltd.local/svn/Dantooine ...
1
vote
1answer
405 views
Python SVN Bindings on Windows Server 2008 x64
My goal is to use the python scripts in subversion\tools, specifically validate-extensions.py in this case. I am running VisualSVN Server 2.15, built on Subversion 1.6.15 and have 32-bit Python 2.7.1 ...
1
vote
3answers
232 views
How do I access a SVN server remotely?
I set up a VisualSVN server on a Windows machine. How do I access that repository via terminal from a different Ubuntu (Linux) machine?
1
vote
2answers
141 views
VisualSVN Support Questions
We are one step from acquiring the VirtualSVN server license (to get the Windows authentication feature), but our IT responsible is somewhat reluctant because the support from VisualSVN (the ...