Questions tagged [ubersvn]

23 questions
0
votes
1 answer

SVN post/pre commit hook to check php syntax on windows

I have recently migrated my SVN server to a windows server. It all went very smoothly - it was too good to be true - so it turned out. I have/had a pre-commit hook which ran a syntax check on any PHP file committed and rejected the commit with a…
Mayb2Moro
  • 31
  • 1
  • 2
0
votes
1 answer

Integrate SVN into an existing project

I need some help implementing SVN into an existing project. Currently, I have the project production copy on: /home/www/myproject But there are some files and folders that I DON'T want to track with SVN…
Ox3
  • 451
  • 1
  • 6
  • 22
0
votes
1 answer

Installing uberSVN on a server with an existing Apache server

I'm installing uberSVN on an Ubuntu server with an existing Apache installation. Rather than using uberSVN's built-in Apache server on a different port to access the SVN repositories, I'd like to use a vhost on the currently running one. Are there…
Sommer
  • 61
  • 3
0
votes
2 answers

Modifying a commit message

I have a local run ubersvn repository in my computer and I would like to modify a commit message that I have on my last commit. Is there anyway through ubersvn or tortoisesvn (which I use as an interface) to change the commit message of a previous…
mmurphy
  • 1,327
  • 4
  • 15
  • 30
0
votes
2 answers

How to move uberSVN to another server?

I clone my question from here. I'm using uberSVN on Ubuntu server for my project development. Now I need to move uberSVN to another server (backup all data of uberSVN and SVN data). How to move uberSVN to another server ?
dakiquang
  • 684
  • 1
  • 8
  • 24
0
votes
2 answers

http://127.0.0.1:9890/ubersvn is not responding

http://127.0.0.1:9890/ubersvn is not responding though I am able to commit changes through RAD. I can access the repository pages through IE with same IP. http://127.0.0.1:9890/reporitory 2 weeks ago I installed SVN on my machine and created users…
Jothi
  • 14,720
  • 22
  • 68
  • 93
0
votes
1 answer

How to show `repo` in `uberSVN Web GUI` when `create repo` with `command line`

I use ubersvn I create repo svnadmin create repositories/SVN I load dumpfile to new repo svnadmin load repositories/SVN/ < backups/SVN-rev1-15.dump But when I create and load finished then view in UberSVN GUI don't see new repo show here. So, how to…
Duy Khanh
  • 384
  • 1
  • 5
  • 11
-1
votes
2 answers

After SVN setup on server, what is next?

There is a php project and 5+ developers will work on it. We will be using Eclipse and related svn plugins in order to handle project development better and benefit from version controlling. We bought VPS server and setup UberSVN (created a…
mert
  • 1,942
  • 2
  • 23
  • 43
1
2