Questions tagged [websvn]

WebSVN offers a view onto your subversion repositories that's been designed to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision.

Web-svn

WebSVN offers a view onto your subversion repositories that's been designed to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision. You can also view compare two versions of a file so as to see exactly what was changed in a particular revision.

Web-svn is built in

Useful Links

50 questions
2
votes
1 answer

Extract SVN url from WebSVN Project

I have this project http://mmcfe.mfis.net/ in WebSVN and i'd like to check out the trunk with the svn checkout url command. How can i achieve this?
iFadi
  • 915
  • 2
  • 12
  • 20
1
vote
1 answer

How to configure apache to allow overlapping locations (for svn and websvn)

I have an apache configuration that works for SVN DAV and WebSvn. I am currently serving DAV at http://svnserver/svn and websvn at http://svnserver/websvn. What I would like to do is serve DAV at http://svnserver/ and websvn at…
starfry
  • 9,273
  • 7
  • 66
  • 96
1
vote
2 answers

How Do I Restrict Repository Access via WebSVN?

Note: I originally asked this question on serverfault.com but only got one response so far, and the more I think about it, the more I realise it is probably better on stackoverflow. I have multiple subversion repositories which are served up through…
kaybenleroll
  • 16,794
  • 16
  • 54
  • 66
1
vote
1 answer

svnnotify with websvn

I have configured svnnotify to send email after every commit. Now I want to directly provide the URL in the modified paths field of the mail to show diff via websvn, i.e., all the modified files should be directly open through websvn along with…
srikanth B
  • 11
  • 1
1
vote
3 answers

WebSVN error when I open it

I followed http://agilior.pt/blogs/pedro.rainho/archive/2010/02/06/11698.aspx to install SVN and WebSVN on my laptop ( ubuntu OS ) for first time ,but when I open http://localhost/WebSVN I will get followin errors: Error running this command: svn…
Moein Hosseini
  • 4,309
  • 15
  • 68
  • 106
1
vote
2 answers

Code Highlighting for Subversion/Apache Server

I have beeen looking around for a way to add code highlighting to my Subversion and Apache installation that hosts my local subversion projects. It runs on Fedora Core 10 installed in a VM. I would like to use syntaxhighlighter but I have not idea…
Brock Woolf
  • 46,656
  • 50
  • 121
  • 144
1
vote
3 answers

websvn on bluehost

I have been able to get SVN working on bluehost. Next I tried to set websvn and I am able to see the main websvn page but when I click on a repository then I get this error: Error running this command: /home/username/system/bin/svn --non-interactive…
Antonio L
1
vote
2 answers

Clone SVN via PHP WebSVN over HTTP://

How may I clone/mirror a SVN repository that has no svn:// access but does have a private(forum-login) WebSVN viewer?
Xaekai
  • 359
  • 3
  • 9
1
vote
2 answers

Configuring Apache Subversion with Websvn

Platform: CentOS release 5.5 (Final) SVN, version 1.4.2 (r22196) Apache httpd.i386 2.2.3-43.el5.centos.3 I have a file called subversion.conf, /etc/httpd/conf.d/subversion.conf: LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule…
ant2009
  • 27,094
  • 154
  • 411
  • 609
1
vote
3 answers

WebSVN doesn't recognize repositories

I am trying to install WebSVN. Everything worked fine so far but my repositories are not recognized. Inside my user folder /home/svn (svn is the user name) I have several repositories and I want all of them to appear in WebSVN. This is my…
John
  • 795
  • 3
  • 15
  • 38
1
vote
1 answer

WebSVN throws XML error: no element found (3) after upgrading to SVN 1.8.8

We were on SVN 1.6.11 and just upgraded to 1.8.8 today. We can check files in and out using https:// and file:// Our install of WebSVN 2.3.3 was working before, but now give a blank page with this error: XML error: no element found (3) at line 3…
Out of Control
  • 456
  • 1
  • 6
  • 21
1
vote
1 answer

Websvn showing blank screen after adding svn binary location

I installed SVN & configured just 2 things, after renaming distconfig.php to config.php $config->setSVNCommandPath('D:\SlikSvn\bin\'); // e.g. c:\program files\subversion\bin $config->addRepository('Assembla',…
coding_idiot
  • 13,526
  • 10
  • 65
  • 116
1
vote
2 answers

WebSVN install on IIS 6.0

I am trying to set up WebSVN on a Windows Server 2003 machine and not having any luck. I have done the following: Installed FastCGI Installed PHP 5.3.1.0 to c:\PHP Updated php.ini with the following: cgi.force_redirect = 0 cgi.fix_pathinfo = 1…
Clay Benoit
  • 223
  • 1
  • 2
  • 11
1
vote
1 answer

LDAP auth not working with websvn

My setup are as follows : Apache 2.2.21 on a Win7 (32-Bit) Desktop with SVN 1.5.6 and WebSVN 2.3.3. LDAP Auth does not kick in when i browse to my websvn page with these settings in the websvn.conf file, Alias /websvn/ "C:/Program Files/Apache…
winhung
  • 553
  • 1
  • 5
  • 19
1
vote
0 answers

WebSVN different login for different repos

Can some one tell me how to do I enable LOGIN function for WebSVN for different users but allow the main WebSVN page to be visible showing all the different repos available. I was tasked to create a SVN for my team, and the following is one of the…
BarclayVision
  • 865
  • 2
  • 12
  • 41