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
1
vote
1 answer

websvn geshi error on large files

I use websvn with (default on) geshi colourise option. If I want to open (not so) large files like wordpress db class file (wp-db.php) the browser throws error:101 (net::ERR_CONNECTION_RESET) error. With smaller files it works fine. If I turn off…
davidzoli
  • 44
  • 2
  • 6
1
vote
1 answer

Using WebSVN link for Maven SCM URL

A typical WebSVN link looks like this: http://demo.websvn.info/listing.php?repname=WebSVN&path=%2Ftrunk%2F&#a0b40758157c8f16fa703ca3be466fa8a But if you include that as your Maven scm/url, attempting to run a build (or more specifically for me -…
RCross
  • 4,919
  • 4
  • 44
  • 42
1
vote
1 answer

WebSVN Permissions Issue

This is the error I get: E180001: Unable to connect to a repository at URL 'file:///svn/repositories/ncs_svn'\nE180001: Unable to open an ra_local session to URL\nE180001: Unable to open repository 'file:///svn/repositories/ncs_svn'\nE000013: Can't…
Frank
  • 31
  • 5
0
votes
1 answer

web svn and safe_mod off conflicts

I am trying to install websvn but I am getting this error. Warning: proc_open() has been disabled for security reasons in /home/xxxxx/public_html/svndirectory/include/command.php on line 173 Error running this command: svn --config-dir /tmp…
guness
  • 6,336
  • 7
  • 59
  • 88
0
votes
1 answer

SVN web user interface

I have recently installed Subversion onto a Linux server (Gentoo). The question is if there are any web interfaces available for browsing the repositories i.e. get log, diff, blame, etc. I want to present my work to others via web interface instead…
KOUL
  • 3
  • 2
0
votes
1 answer

WebSVN does not show repositories

I am migrating a svn server from CentOS 5 to a CentOS 7 Server. What I did is very simple. I have installed subversion and websvn with yum package manager. I have followed following document to create svn dumps and to set up svn on CentOS 7:…
Frazz
  • 29
  • 2
  • 10
0
votes
2 answers

How to ask for login?

I have SvnServe installed on my debian server, and it works well with Visual Studio, with password protected folders. I have installed websvn, and oh my god ! My subversion directories are all accessible from http://myserver/websvn without…
cyrianox
  • 184
  • 1
  • 12
0
votes
1 answer

How to get HTML files to find their dependencies' file paths using WebSVN?

I set up DAV SVN recently with svn:mime-type set to "text/html" on my HTML files, which allows me to see the HTML file rendered normally in the browser, instead of plain text. However, I switched to WebSVN so I could get syntax-highlighting on my…
drhr
  • 2,261
  • 2
  • 17
  • 35
0
votes
1 answer

Is there a way to integrate WebSVN RSS into eclipse

I'm using WebSvn on top of my SVN repository. WebSvn supports RSS notification (on directory level) for changes made in the repository. Is there an eclipse plug-in that checks WEbSVN RSS and notifies whenever someone commits and changes the code in…
Yonatan Maman
  • 2,428
  • 1
  • 24
  • 34
0
votes
1 answer

websvn is not ignoring mime type

I am using websvn to see svn revision comparison. I uncommented $config->ignoreSvnMimeTypes(); to my config.php, but it seems not to work: Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream What am I…
oshai
  • 14,865
  • 26
  • 84
  • 140
0
votes
1 answer

The equivalent of websvn for Git

Am currently using websvn in my server to visualize svn branches. Since i've recently introduced Git, i'm looking for an equivalent to graphically see git
mohamed wael thabet
  • 195
  • 2
  • 4
  • 12
0
votes
1 answer

Checkout svn directory without client software?

The computers where I work are locked down very tight, I have one computer I can connect to the internet with, but only Internet Explorer and Outlook can access the internet. I also cannot install software on it. I have a separate "standalone"…
Airuno2L
  • 187
  • 7
0
votes
3 answers

set password for websvn in ubuntu server?

i have installed websvn using apt-get install websvn in ubuntu server. i can now access websvn through http://url/websvn. however, i want to set a password to the access, so only authorized people could access it. how could i do this?
never_had_a_name
  • 90,630
  • 105
  • 267
  • 383
0
votes
1 answer

FogBugz, WebSVN & Cygwin - Diffs Not Being Generated

I can appreciate what I'm about to ask is a bit specific and a small niche but if you could provide some help you might actually let me keep some of my hair! I originally posted the query over on the FogBugz technical support page, but haven't had…
Matt Woodward
0
votes
2 answers

Apache/PHP does not have permission to read file

I have a webpage that is trying to read a file but getting a permission denied error. I've written a very simple page to reproduce the problem. "; echo exec('cat /var/svn/aaa/format 2>&1'); ?> As a test I've…
MikeKulls
  • 873
  • 1
  • 10
  • 22