I am currently using subversion with visual SVN to manage and host my repo across my local subnet. i.e.
https://WIN-NU2CCXWBFDF/svn/
How can I configure Visual SVN to host outside of my subnet, i.e.
https://www.mysite.com/svn
...
The company I work in has suffered a major server failure. During this failure the SVN Repository was lost. But there is still hope !
We have an old backup of the repository which I've managed to successfully restore using VisualSVN.
The problem I'm facing now is that I can't update / commit pre-failure checkedout folders. The reason fo...
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 part of the comment to always be the issue number from a bug tracker. Eg. "123 - this commit fixes issue 123"
@echo off
::
:: Stops commi...
I'd like to migrate my svn repository from my local computer running windows and VisualSVN 2.1.2 to an svn app on webfaction (my Linux hosting solution).
Initially I tried dumping the svn:
svnadmin dump *path_to_repository* > *dumpfile_name*
and loading it on the Linux machine
svnadmin load *dumpfile_name*
I received the fol...
Hi all,
When I am trying to setup VisualSVN Server in my server. I get error. I can not find solution
Error:
service VisualSVN Server failed to start. Please check VisualSVN Server log in Event Viewer for more details.
Thanks for help.
...
Is there a way to trigger Hudson to perform a build when someone commits to visual svn?
As in is there a way to set up visual svn to send a build trigger to hudson?
...
Problem
I have a hudson build server set up on a windows server 2008. We want to be able to commit to a repository and after the commit succeeds we want visual svn server to send a message or a trigger to the hudson build server to let it know it needs to execute a build. We want it to build only when someone does a commit so we don't...
How do I setup visualsvn server to trigger teamcity to build a specific project after someone commits to it while obeying the set quiet period?
Right now I am using this in the post commit hook of visual svn server:
wget http://<user name>:<user password>@<server address>/httpAuth/action.html?add2Queue=<build type Id>
The problem...
Alternatively, what other web UI for svn can I use to view diffs and versions of files?
I've spent about 2 solid days trying to make WebSVN work on Windows with no success.
Try #1: I tried to set it up under PHP for IIS 7. I got close that time - I was able to view the repository tree, but I got permission errors clicking any links ...
I'm running VisualSVN on a Windows server.
I'm trying to add a post-commit hook to update our staging project whenever a commit happens.
In VisualSVN, if I type the command in the hook/post-commit dialog, everything works great.
However, if I make a batch file with the exact same command, I get an error that says the post-commit hook ...
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.
I need to know how to re-include the excluded project.
Thank you kindly.
...
I am using TortoiseSVN/Subversion/VisualSVN to manage version control solely - I am the only developer. Being new I created the Trunk and a Branch with the branch to use as a WIP and the Trunk to make urgent bug fixes and issue releases blah blah blah ...
Now I have done my first bug fix and released it and now need to bring the few cha...
Need to get port opened on vps server by the server company. The port is for VisualSvn so i can connect to it from my pc.
Question is, what is the protocol for this traffic,
TCP
UDP
ICMP
IP
??
...
Looking to implement Visual Svn but dont have my own server. I could install it locally and run it from my pc but if something happens my pc I lose everything.
So servers out there that provide an svn service or provide visual svn?
EDIT: Professional projects so wont be using google.
...
Hello,
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 request ?
Thanks,
Update1:
Some precision about the applicatio , it's a web ASP.NET MVC with NHibernate. The appliucation has severa...
After setting up a visual svn server for source control on my web server. I connect to it via a url such as: http://123.456.789.000/svn/.
While this works fine, wonder if i could make the url incorporate my domain name eg: http://www.mydomain.com/svn/
The domain name also points to same server as my website is also hosted on it. Any ti...
My primary dev workstation has tortise and visualSVN installed and VS10 offers me a command off my File menu - 'Open Solution from SVN' - (or something to that effect...I can't open that workstation right now so the wording is probably different. But the point is that i has a way to open a project that stored at my VisualSVN server and a...
Hi
For some reason I have a file error.log which is 16GB
In my Repositories folder on my SVN Server.
It is normal?
Why is it so big?
Can I delete it?
...
I just installed Visual SVN server and visual SVN and got a message that I do not have tortoise SVN installed so some features are not available.
Why do I need tortoise SVN?
edit0:
From: http://www.visualsvn.com/visualsvn/download/
In order to setup VisualSVN you should download and install TortoiseSVN. The current version of VisualS...
VS08 Pro - i've installed Tortoise then VisualSVN. VS shows a VisualSVN and i can 'Get Solution From Subversion'. However, the File menu's 'Source Control' item offers a 'Add Solution to Source Control' - it looks like everything expects to be dealing with Team Foundation servers and doesn't know anything about Subversion.
The VisualSVN...