GithubHelp home page GithubHelp logo

sventonsvn / sventon Goto Github PK

View Code? Open in Web Editor NEW
10.0 4.0 13.0 38.04 MB

This is sventon's final resting place.

License: Other

Java 84.90% HTML 1.24% Clojure 0.55% CSS 1.00% JavaScript 4.43% PHP 5.31% Lex 2.56%

sventon's Introduction

Welcome to the sventon project!

Please note that the sventon project is no longer maintained. Current code and documentation is kept here at GitHub for reference. Thanks for using sventon.

sventon is a free, open source, web client for browsing Subversion repositories. It is powerful, straightforward to use, and super easy to install.

sventon is a pure Java application, all you need to run it is a Java SE 6 runtime and a Servlet 2.4/JSP 2.0 compliant webserver, such as Tomcat 6.0. Installation is truly simple, we will have you up and running in no-time!

Please see the wiki for further details.

The sventon dev blog went to sleep here.

sventon's People

Contributors

jeham avatar jorgenfalk avatar patrikfr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sventon's Issues

Search result limit (Feature Request #4673)

There should be a hard cap (configurable if possible) on the number of search 
results that can be returned. For example, 3000 hits or something.

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 9:14

Adding Groups to ListInstances (Feature Request #3535)

It would be really great if the ListInstances page 
could group repositories, we have over 100 
projects, some in Production, R&D, ICT etc

When adding repositories the ability to tag the 
repository to one of these groups then the list 
instances page display the repositories under the 
group heading.

For example:

Production                    R&D                   ICT
1. First Repository        1. Test Repo      1. 
ServiceDesk
2.Second Repo             2. New test        2. Docs

etc etc

This would really tie in well with feature request 
#3347 

Kind regards

Garry

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 8:59

Show Revision N log (Feature Request #4443)

It would be really nice if there were a quick shortcut
to see the log view (change set) when you know a
revision #, but don't know which files / directories.   

I tried using "Go to revision" and then "Show latest
commit info" as it seemed to me it might be logical for
the commit info to be the latest as of the version that
you're currently viewing, but however it could be
implemented, this would be a useful feature.
----------

To show the log details for a specific revision, use the 
'Go to revision' and click the revision figure to the left of 
the repository URL.

I agree however that this could be designed to be more 
obvious :-) I'll look into it.

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 9:10

Paging (Feature Request #3885)

We want to use seventon but we have some problems. for
insance, we have 14.000 files in a directory and it
costs to much time to open. how can we large  the
performence. Because we are waiting for 2.5 minutes.
our machine performance is good, 2 ghz processor, 2 gb
ram and 2003 server etc...

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 9:00

Nice statistics (Feature Request #931)

Different kind of statistics, such as user committs
etc. Nice graphs!
----------
Commit statistics (different kinds)
----------
Maybe next release could integrate StatSVN - http://statsvn.org/
----------

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 8:53

info?revision returns repos list (Bug #18362)

When repository name contains "log" at the end of its name the info?revision 
action returns list of repositories.

For example the repository "framework-service-catalog" gets truncated to 
"framework-service-cata":

2011-09-15 16:28:11,585 DEBUG [org.sventon.web.ctrl.template.ShowLogController] 
- 
<MultipleEntriesCommand[entries={},path=/info,pegRevision=-1,revision=368,revisi
onNumber=368,repositoryName=framework-service-cata,sortType=<null>,sortMode=<nul
l>,logger=org.apache.commons.logging.impl.Log4JLogger@10bc995]>
2011-09-15 16:28:11,585 DEBUG [org.sventon.web.ctrl.template.ShowLogController] 
- <RepositoryName [framework-service-cata] does not exist, redirecting to 
'/repos/list'>


The full log :

2011-09-15 16:28:07,419 DEBUG 
[carbonfive.spring.web.pathparameter.ParameterizedUrlHandlerMapping] - <Path: 
/repos/framework-service-catalog/log/>
2011-09-15 16:28:07,419 DEBUG 
[carbonfive.spring.web.pathparameter.ParameterizedUrlHandlerMapping] - <Mapping 
[/repos/framework-service-catalog/log/] to handler 
'org.sventon.web.ctrl.template.ShowLogController@135ae7e'>
2011-09-15 16:28:07,419 DEBUG [org.sventon.web.ctrl.template.ShowLogController] 
- <Creating new command of class 
[org.sventon.web.command.MultipleEntriesCommand]>
2011-09-15 16:28:07,419 DEBUG [org.sventon.web.ctrl.template.ShowLogController] 
- 
<MultipleEntriesCommand[entries={},path=/,pegRevision=-1,revision=HEAD,revisionN
umber=-1,repositoryName=framework-service-catalog,sortType=<null>,sortMode=<null
>,logger=org.apache.commons.logging.impl.Log4JLogger@10bc995]>
2011-09-15 16:28:07,435 DEBUG 
[org.sventon.service.CacheAwareRepositoryServiceImpl] - <Fetching [20] 
revisions in the interval [1-368]>
2011-09-15 16:28:07,451 DEBUG [org.sventon.web.ctrl.template.ShowLogController] 
- <'command' set to: 
MultipleEntriesCommand[entries={},path=/,pegRevision=-1,revision=HEAD,revisionNu
mber=368,repositoryName=framework-service-catalog,sortType=<null>,sortMode=<null
>,logger=org.apache.commons.logging.impl.Log4JLogger@10bc995]>
2011-09-15 16:28:11,585 DEBUG 
[carbonfive.spring.web.pathparameter.ParameterizedUrlHandlerMapping] - <Path: 
/repos/framework-service-catalog/info>
2011-09-15 16:28:11,585 DEBUG 
[carbonfive.spring.web.pathparameter.ParameterizedUrlHandlerMapping] - <Mapping 
[/repos/framework-service-catalog/info] to handler 
'org.sventon.web.ctrl.template.ShowLogController@135ae7e'>
2011-09-15 16:28:11,585 DEBUG [org.sventon.web.ctrl.template.ShowLogController] 
- <Creating new command of class 
[org.sventon.web.command.MultipleEntriesCommand]>
2011-09-15 16:28:11,585 DEBUG [org.sventon.web.ctrl.template.ShowLogController] 
- 
<MultipleEntriesCommand[entries={},path=/info,pegRevision=-1,revision=368,revisi
onNumber=368,repositoryName=framework-service-cata,sortType=<null>,sortMode=<nul
l>,logger=org.apache.commons.logging.impl.Log4JLogger@10bc995]>
2011-09-15 16:28:11,585 DEBUG [org.sventon.web.ctrl.template.ShowLogController] 
- <RepositoryName [framework-service-cata] does not exist, redirecting to 
'/repos/list'>
2011-09-15 16:28:12,084 DEBUG 
[carbonfive.spring.web.pathparameter.ParameterizedUrlHandlerMapping] - <Path: 
/repos/list>
2011-09-15 16:28:12,084 DEBUG 
[carbonfive.spring.web.pathparameter.ParameterizedUrlHandlerMapping] - <Mapping 
[/repos/list] to handler 
'org.sventon.web.ctrl.ListRepositoriesController@16ee3ec'>
2011-09-15 16:33:00,157 DEBUG 
[carbonfive.spring.web.pathparameter.ParameterizedUrlHandlerMapping] - <Path: 
/repos/class/list/>
2011-09-15 16:33:00,157 DEBUG 
[carbonfive.spring.web.pathparameter.ParameterizedUrlHandlerMapping] - <Mapping 
[/repos/class/list/] to handler 
'org.sventon.web.ctrl.template.RepoBrowserController@19050a0'>
2011-09-15 16:33:00,157 DEBUG 
[org.sventon.web.ctrl.template.RepoBrowserController] - <Creating new command 
of class [org.sventon.web.command.MultipleEntriesCommand]>
2011-09-15 16:33:00,157 DEBUG 
[org.sventon.web.ctrl.template.RepoBrowserController] - 
<MultipleEntriesCommand[entries={},path=/,pegRevision=-1,revision=HEAD,revisionN
umber=-1,repositoryName=class,sortType=<null>,sortMode=<null>,logger=org.apache.
commons.logging.impl.Log4JLogger@10bc995]>

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 8:35

Error creating bean with name 'application' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: The name must not contain whitespace

What steps will reproduce the problem?
1. deploying the svn war file


What is the expected output? What do you see instead?

Access to SVN root context will display

HTTP Status 404 -
The requested resource () is not available.

What version of the product are you using? On what operating system?

Linux Red Hat

Original issue reported on code.google.com by [email protected] on 7 Jun 2013 at 7:32

Authentication Required View ignores base URL

What steps will reproduce the problem?
1. Configure base URL
2. Enable User Authentication
3. Call Sventon url

What is the expected output? What do you see instead?
Expected: Action URL should have the base URL
Actual: Action URL has IP address with port.
(see screenshot attachment)


What version of the product are you using? On what operating system?
OS: Ubuntu 13.04 64 bit , Windows 7 Professional 64bit
Sventon Version 2.5.1 running on Tomcat 7.0.42 with Java 7

I attached the fix for that problem with unit tests (see Java file attachments).





Original issue reported on code.google.com by sandra.kosmalla on 28 Oct 2013 at 2:05

Attachments:

Code review via Sventon

What is the expected output?
It would be nice to add a code review feature when viewing a revision.

What version of the product are you using? On what operating system?
2.5.1 on Ubuntu

Original issue reported on code.google.com by rvbabilonia on 2 May 2012 at 4:15

Configure a MailNotifier per repository (Feature Request #5099)

The MailNotifier component can only be configured on 
o global level, being either active or inactive for all 
repositories in the entire sventon instance.

It would be nice to be able to configure this per 
repository instead.

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 9:16

Log file should honor 'sventon.dir' (Feature Request #4455)

The log file should go to the location of the 
'sventon.dir' system property.

Don't know if it's possible to do with log4j. 
Currently the config looks like this:

log4j.appender.logfile.File=${java.io.tmpdir}/svent
on_config/sventon.log

System properties can be used, but what if the 
property is not set? Can we fall back on a default 
setting?

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 9:11

Content search (Feature Request #1576)

Content search using lucene (files in HEAD).
----------
Not sure this is a good idea. Lowering priority.

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 8:54

Paginated search results (Feature Request #4672)

FEATURE REQUEST: search results should be paginated, 500 per page (for example)

NICE TO HAVE:  one way to bound requests would be to add a date range to the 
search.

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 9:13

Choose archive charset on export (Feature Request #5096)

The archive charset used when 
exporting/downloading files are specified on a global 
level in the XML config files.

This should be changed so that the user can choose 
the charset when clicking "Download as Zip" (like 
GMail has for downloading of attachments).

The charset needs to be specified as the Zip 
specification does not cover this (like JARs that uses 
UTF-8).

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 9:15

Unable to diff entry of kind: NONE

2012-03-08 15:44:27,518 WARN [org.sventon.web.ctrl.template.DiffController] - 
<Path [/branches/xyz/xyz/plm  /java/src/plm/xyz/sdk/xyz.java] does not exist as 
revision [35596]>
2012-03-08 15:45:12,122 WARN [org.sventon.web.ctrl.template.DiffController] - 
<Unable to diff entry of kind: NONE>


/branches/xyz/xyz/plm  /java/src/plm/xyz/sdk/xyz.java is wrong, it has to be 
/branches/xyz/xyz/plm++/java/src/plm/xyz/sdk/xyz.java


Original issue reported on code.google.com by [email protected] on 8 Mar 2012 at 2:51

An unhandled internal application error occurs when clicking RSS feed button on a directory which contains a space,

If the subversion directory contains a space then the RSS subscribe URL 
contains a '%2520' . Subscribing results then in 
An unhandled internal application error has occured


Removing the 25 of %2520 gives the correct URL.

https://sventon.example.com/svn/xml/myrepo/rss/READ%2520MEs/?revision=HEAD

It seems that <space> is encoded to %20 and then % is encode to %25 which 
results then in %2520

I tried this in sventon 2.5.1 and in the svnkit verision and in the javaHL 
version.

sventon war file is deployed in tomcat6 with following connector settings:

    <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               URIEncoding="UTF-8"
               redirectPort="8443" />

Is this a bug and is there a known solutions or workaround?
thanx anyway.

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 8:38

Support get on directories (Feature Request #4868)

Currently using a the "get" url format on a directory
leads to an error page (which is logical as the
directory can't be "downloaded").

It would be nice if, instead of an error page, it would
redirect to the a view of the directory, like when
using "goto" or "show". 

Mostly we need it for Jira integration, 'cos we have
set it up to automatically download the linked file
when selected from the Jira subversion panel, but it
fails on directories and there is no option to set
different url templates for directories and files.

Thanks,
Riccardo.

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 9:15

Complex passwords fail on LDAP (Bug #18210)

We utilize Sventon to communicate back to an SVN server which uses LDAP/Active 
Directory for it's authentication.
Certain characters (such as #) will cause Sventon to always fail authentication 
to the repository.
These password will function properly when logging directly into SVN, the 
failure only occurs when browsing via Sventon.

Original issue reported on code.google.com by jesper.hammarback on 30 Oct 2011 at 8:16

Incompatible with Subversion 1.7 servers due to SVNKit limitation

SVNKit 1.3.6 and earlier are not compatible with Subversion servers running SVN 
1.7. This prevents Sventon from working with these servers.

For more information:

   http://issues.tmatesoft.com/issue/SVNKIT-153

To correct the behaviour in Sventon, upgrade to SVNKit 1.3.7 or wait for SVNKit 
1.7.0 to be released and use that instead. For now I've downgraded the server 
back to 1.6.17 since this problem also affects Hudson/Jenkins and every other 
tool that uses SVNKit.

Thanks for Sventon!

Original issue reported on code.google.com by [email protected] on 14 Dec 2011 at 9:45

Conflicting paths make some repo configs unreachable (Bug #17465)

The path <context>/repos/list returns a list of all repos, while the path 
<context>/repos/<reponame> lets you brows repo <reponame>. 

If <reponame> happens to be 'list', it won't be reached. Uncool. There are also 
other conflicting paths.

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 8:32

Bugzilla integration (Feature Request #4001)

Add possibility to connect a bug id, written in the log
message, to an issue in eg. Bugzilla.
----------
Capitalizing on the standard bugtraq:logregex property and
bugtraq:url feature would be an excellent addition to the
sventon interface.

http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/help-onepage.html#tsvn-dug-bu
gtracker
----------
This is a feature I was thinking of, however it would be
better to make it more generic.
We currently use a hacked about version of viewcvs to link
our Jira issues within log messages.
Maybe some way of entering a regex to run against log
messages, and a URL pattern to link to?
----------

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 9:03

Easier way to turn on admin feature (Feature Request #4454)

The ability to turn on the admin feature should be 
something that is configurable on first run without 
having to modify the war file.
----------
Maybe via JMX?

Original issue reported on code.google.com by jesper.hammarback on 12 Oct 2011 at 9:11

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.