Questions tagged [ubersvn]

23 questions
13
votes
3 answers

Comparison of Subversion servers (VisualSVN, CollabNet, uberSVN, etc.)?

I am helping my business unit set up a Subversion server, and I'm evaluating some options like VisualSVN Server, CollabNet Subversion Edge, and uberSVN. I've tried the basic version of VisualSVN Server, and it seemed fairly decent. I also tried…
ThoughtProcess
  • 449
  • 1
  • 6
  • 21
7
votes
4 answers

SVN 1.7.1 Issue

I have just upgraded to SVN 1.7.1 and I have had nothing but problems trying to get my netbeans and everything else to work with it. I have tried 'svn upgrade' but I get an error which is as follows: C:\wamp\Projects>svn upgrade BMPortal svn:…
DarkMantis
  • 1,510
  • 5
  • 19
  • 40
3
votes
2 answers

uberSVN doesn't show up at server IP

I am investigating different versioning systems for my company and am currently looking in to using uberSVN, but I'm running in to a problem. I've gone through the installation, apparently successfully, but I can't access the server anywhere except…
Carl
  • 1,246
  • 3
  • 21
  • 39
3
votes
1 answer

Migrate UberSVN repository to another server

I want to move repository from an old Ubersvn to a new one follow this instruction. After that I can access my Ubersvn server from browser(mydomain:9890) but I can not checkout source code using tortoisesvn (mydomain:9880/myproject) and also can not…
thang nhoc
  • 125
  • 2
  • 8
2
votes
2 answers

uberSVN branch post-commit hook

We are using uberSVN installed on linux. In the repository "R" we have different branches and I need to trigger the jenkins job for a commit on a specific branch "B". In the ....repository/R/hooks/ there is file named post-commit. The file content…
st.
  • 166
  • 6
  • 24
1
vote
0 answers

strange behavior post-commit hook

I want to automate publishing to my staging webserver from SVN everytime I commit a change. The strange thing is i log in as the same user the svn server is running and run the post-commit it is working, if I commit a change the svn update is not…
1
vote
1 answer

How to download code from ubersvn?

I'm using ubersvn for my project development.Now I need to download the code from the svn to test the code in another machine.How can I download my code from svn,so that '.svn' files should not be present.I'm using rapidsvn client,ubersvn at…
1
vote
1 answer

Migrating UberSVN data to the new Wandisco Subversion ( Windows 7 )

I am currently tasked to migrate the data and repositories of a UberSVN with the version 1.6.18 to another computer. The employee before me did not save the installer for the UberSVN and now Wandisco has discontinued the Apache UbserSVN. If we…
crosz
  • 11
  • 1
1
vote
2 answers

How to sync svn specific folder

I'm trying to sync only the tag folder with another repository. svnsync will sync entire repository. But i need only a specific folder to be synced on post commit. I'm using uberSVN. Is there any solution?
pradeep
  • 155
  • 1
  • 4
  • 14
1
vote
2 answers

How do I make my SVN repository look exactly like my working copy?

My SVN repository is filled with errors because I committed the cardinal sin of trying to camelcase one of my directories. What I want is just to make my SVN repository (which I'm the only one using so I can do whatever to it) look exactly like my…
Jordan Lapp
  • 982
  • 9
  • 19
1
vote
3 answers

UberSvn Remote access to Repository

I just installed uberSVN on my Windows computer. I created a repository and am able to access it on my local machine. How would I go about accessing this repository from another computer?
MCR
  • 1,633
  • 3
  • 21
  • 36
1
vote
1 answer

UberSVN on Windows: Take a backup of all repositories at once and restore them

I am new to SVN and UberSVN on windows. I am using UberSVN 12.04 Free edition (not using any uberapp.) I would like to know if there is anyway in which I can take the backup of all the repositories at once? I know that I can take one by one backups…
Ankesh
  • 4,847
  • 4
  • 38
  • 76
0
votes
1 answer

UberSVN switch to 1.7

I have just updated all my svn clients in my work to use 1.7 which is compatible with UberSVN, which has the ability to switch to 1.7. I have just done the switch and updated everything, but all I am getting now is: uberSVN Binaries Switch in…
DarkMantis
  • 1,510
  • 5
  • 19
  • 40
0
votes
1 answer

using svn_load_dirs.pl with ubersvn on Windows - where is the path $ENV{HOME}?

When using svn_load_dirs.pl with ubersvn on Windows - where is the path $ENV{HOME} meant to be. In the svn_load_dirs.pl code $ENV{HOME} is not defined. It is not already defined on my system either. Where is it meant to be? My guess is that it would…
therobyouknow
  • 6,604
  • 13
  • 56
  • 73
0
votes
1 answer

How can I add a new user in UberSVN?

How can I create a new account (username & password) in UberSVN (WANdisco)? My SVN client and my SVN server are running on Windows machines.
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
1
2