visualsvn

maven release:prepare fails; seems to be confused about svn's UUID

When I try to use the Maven release plugin, it fails on mvn release:prepare with the following error: [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Unable to tag SCM Provider message: The svn tag command failed. Command output: svn: Repository UUID '3da89ab5-aa79-4544-a1de-...

How to "dump" a svn database?

Hello guys, I have VisualSVN installed on my personal laptop, and now that I'm leaving the company I would like to make a dump of all SVN repositories, alongside with history, comments,etc. I store many personal projects in this localserver and I want to keep the history of each project. Is it possible? EDIT: you all answered my ques...

Is it possible to connect to VisualSVN server throught internet

Is it possible to connect to VisualSVN server throught internet? Please help i am stuck with it ...

Can't access VisualSVN from work with TortoiseSVN

I've installed VisualSVN but I can't access it remotely from work. It keeps giving me an errors saying something like error: Repositry moved permanently to https://xxxxxx/svn please relocate On my VisualSVN app at home, the url is https://xxxxx:8080/svn I tried https://xxxxxx/svn and it could not find the repository at all whilst the d...

SVN messes with my files with jibberish data, why?

Sometimes, I find myself in a situation where valid files are made invalid by doubling the contents, placing ======= in the middle, <<<<<<< .mine at the beginning and <<<<<<< .r1276 at the end. This results in unbuildable projects: <<<<<<< .mine using System; using System.Data; namespace MyNamespace { class Xyz //... a lot mo...

Visual SVN multiple repositories backup

Few months ago our Visual SVN repositories got created, multiple repositories are exists under a single root, the structure looks as below: Repository is located at C:\Repositories\root root -branches -tags -trunk --repo1 ---folder1 ---folder2 --repo2 ---folder1 ---folder2 I was able to iterate thru repo1, repo2 folders using svn lis...

subversion co command against https problems

when I carry out the following command: svn co https://192.168.10.130/svn/project I get a prompt asking me for 'Administrator' password. When I type in a password, it asks me for a username and password. What I don't understand is, I guess the 2nd stage is the user set-up in visualsvn, but what is the password for administrator? Is it...

VisualSVN - merging revisions into one

Hi! We have some server with VisualSVN free service. Because we want to make some space on it, I determined to merge some old projects' revisions. They are not used anymore (the old revs.). To test this I created a local visualsvn server on Win7 machine. I created a repository project named "test", and some python tool that call the sv...

Axosoft RocketSVN VS. VisualSVN

I've been a long time user of Visual SVN (pretty much since the beginning), but I often have problems with little things like renaming files in a solution and then not committing properly (or whatever) and causing the commit to break. Now I've just seen that Axosoft is giving RocketSVN away FREE (for a limited time), and I'm wondering i...

How to configure Visual SVN Server with Different Host Header

I want my Repositories to be accessed to something like this: http://projectone.myserver.com http://projecttwo.myserver.com They should have the same port number (port 80) On IIS this is possible using the host names. How can I do this on Visual SVN Server? ...

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 "Refresh Status" button, nothing changes. What am I doing wrong? I also uninstalled VisualSVN, and installed AnkhSVN instead. The same proble...

Updating multiple projects using svn:externals

Overview I am using VisualSVN in Visual Studiom VisualSVN-Server on Windows, and of course, TortoiseSVN. I wanted to know what the best method of sharing multiple projects over multiple solutions was, and if there was a better method. Layout My Repository kind of looks like this (not their real names): Library.Common Library.Web Lib...

Tortoise SVN - Merge experience and questions

We use TortoiseSVN on Windows and VisualSVN server. I just completed the merge and reintegration of a feature branch back into trunk. The experience wasn't as smooth as I'd hoped and I have some questions based on my experience. 1) Merging trunk changes into branch. I went through and identified all of the repository revisions that a...

use of VisualSVN as a remote backup

I have a windows server, I can install VisualSVN on this machine. What I would like to do is, use use some kind of batch script (MS DOS .BAT) to remotely backup files to this server over https (I can schedule this script to run nightly). < ignore > This will always be a one way copy, i.e. what ever is in the respository should ALWAYS b...

SVN - Restore repository from backup

We have just had a file server fail which contained our SVN repository. We're trying to recover the file system but at the moment, that looks like it isn't going to happen so we're looking at backups. The best full backup that I have available is one week old. My plan is to restore this backup to a new SVN server. Then run through eve...

Checkout files from different SVN Directory to single Target Directory - SVN

Is there a way to checkout single file from different SVN directory to single Target directory. Ex: on SVN repository svn://ddev/EDW/trunk/src/etlDataStream/ASGC files: File1.dtsx File2.dtsx svn://ddev/EDW/trunk/src/etlDataStream/HIRD files: File5.dtsx File6.dtsx I want this to be pushed to single directory of Target ...

Single user checkout in SVN

I want to do the following: When one user is editing a file from SVN, no other user can edit this file until the first user commits his changes. That is there would be some kind of writelock on files in svn. Is this possible in SVN? How to do it? Is it possible to set this for a single file or directory (not for the whole r...

Connect to VisualSVN from a network compter?

Hello, I have the following situation: New laptop with Windows 7 professional and IIS installed. The laptop is wireless connected to a home network that has workstation with xp sp 3. I have installed the 64 bit version of visualSVN (version 2.1.4) and imported a repository from the workstation and checked it out on the laptop. Now I w...