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
16
votes
6 answers

What is the cause of "svn: E195019: Redirect cycle detected for URL"?

Trying to checkout from my SVN repo gives me svn: E195019: Redirect cycle detected for URL ... However, it appears as if this error only occurs when I am behind some (specific) proxy server. As discussed in other post (see tortoise svn giving…
Christian Fries
  • 16,175
  • 10
  • 56
  • 67
14
votes
6 answers

Are there any good alternatives to WebSVN?

We've been using it for the past few years and not the most happy with it at the moment. Is there any good alternatives out there?
KevinDeus
  • 11,988
  • 20
  • 65
  • 97
8
votes
5 answers

WebSVN with VisualSVN Server, anyone gotten authentication to work?

I have a VisualSVN Server installed on a Windows server, serving several repositories. Since the web-viewer built into VisualSVN server is a minimalistic subversion browser, I'd like to install WebSVN on top of my repositories. The problem, however,…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
5
votes
1 answer

how to configure jenkins to work with websvn

I started using jenkins and now trying to configure it to use websvn for diff and files view. I saw a post that say I have to configure multyviews. but I dont understand exactly what it means and how to work with it after it is configured.
oshai
  • 14,865
  • 26
  • 84
  • 140
4
votes
2 answers

SVN Log/diff on files in a deleted directory

In my project another dev reorganised some files, and now I'm having some issues getting at the diffs of them :-( I started out thinking that it'd be nice to get webSVN to be able to show these diffs, now I'd just like to be able to see them…
paulw1128
  • 454
  • 3
  • 14
4
votes
1 answer

how to have login in WebSVN

Can some one tell me how to do I enable LOGIN function for WebSVN in Ubuntu 9.1? I was tasked to create a SVN for my team, and the following is one of the link i followed which helped me successfully setup my first…
Dave
  • 147
  • 2
  • 3
  • 6
4
votes
2 answers

WebSVN listing all repositories. But Not showing files

Apache version : Apache/2.2.15 (Unix) Operating System : Fedora release 13 (Goddard) While loading WebSVN, it shows all repositories configured in below file ,But It shows 'Rev 0' while Click on repository name,Please see the attached screen…
Arun
  • 1,651
  • 4
  • 20
  • 31
4
votes
4 answers

GIT Fogbugz integration

What would you use instead of WebSVN when tying Git into FogBugz?
Adam D.
3
votes
1 answer

WebSVN automatic multiple Repositories

I have started using WebSVN and I'm wondering if there is a correct/propper way to automaticly add all my repositories? I have worked around this by editing /etc/websvn/svn_deb_conf.inc to the following: function getDirectoryList($d) { $r =…
PvdL
  • 1,578
  • 1
  • 20
  • 33
2
votes
1 answer

How to do unattended install of WebSVN with apt-get?

Working with Ubuntu 10.10 ... When installing WebSVN via apt-get with the following command: sudo apt-get -y install websvn It will pop 3 screens asking for configuration details (ie. where your SVN repositories are etc). Is there a way to pass…
Craig S. Dickson
  • 407
  • 6
  • 14
2
votes
0 answers

download diff file from websvn

Is there a way to generate a diff file (describes changes made in a specific commit transaction) using websvn interface, and allow users to download it ? I want to allow users to download such a diff from websvn, and upload it to to the …
Yonatan Maman
  • 2,428
  • 1
  • 24
  • 34
2
votes
3 answers

fogbugz, svn integration not working. (svn hosted on wush.net)

I just switched two projects over to fogbugz and so far I like it a lot. FB has a few features that just blow trac out of the water. However, I am having trouble getting FB to point back to the revisions from within the FB issues. I have set up…
Tim
  • 20,184
  • 24
  • 117
  • 214
2
votes
1 answer

WebSVN - Authentication for paths in the repository

I need simple 'to-the-point' tutorial or neat exemple of How to implement authorization for paths (checkout diretories) out of a single Subversion repository, using WebSVN. Lets say repository is /svn/repos/r_project Two checkout (paths) from this…
volvox
  • 1,194
  • 6
  • 22
  • 29
2
votes
4 answers

SVN - reviewing changes made by a specific person

I have two programmers who make changes to the same project. Their commits interchange, but they mostly work on different parts of the project (although very often they modify the same files): Commit 1 - Programmer A Commit 2 - Programmer A …
pako
  • 1,908
  • 4
  • 24
  • 40
2
votes
1 answer

How can HTML files in WebSVN be rendered?

I have a code project that has documentation in the form of HTML files compiled from Markdown and that has a Doxygen HTML representation. This project, all of its documentation and its Doxygen representation are stored in a WebSVN repository. I want…
d3pd
  • 7,935
  • 24
  • 76
  • 127
1
2 3 4