Re: [Help] Choose Subversion for Java Application

2010-03-28 Thread Ryan Schmidt
On Mar 28, 2010, at 22:43, Moch Firman N wrote: > Thanks. I have not yet installed any package of subversion, please in advise > which version should I install with free license of course ? You should install the latest version of Subversion, currently 1.6.9, and familiarize yourself with the

Re: [Help] Choose Subversion for Java Application

2010-03-28 Thread Moch Firman N
Hi Ryan, CC All Thanks. I have not yet installed any package of subversion, please in advise which version should I install with free license of course ? On Mon, Mar 29, 2010 at 10:19 AM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Mar 28, 2010, at 22:11, Moch Firman N wrote:

Re: [Help] Choose Subversion for Java Application

2010-03-28 Thread Ryan Schmidt
On Mar 28, 2010, at 22:11, Moch Firman N wrote: > I am a new come in subversion, please help me to choose the stable version of > subversion under Window with Java as programming language that used. Welcome to Subversion. Have you already tried downloading and installing one of the binary pack

[Help] Choose Subversion for Java Application

2010-03-28 Thread Moch Firman N
Dear All, I am a new come in subversion, please help me to choose the stable version of subversion under Window with Java as programming language that used. Thank you Piping

Re: Help with Apache SVN setup

2010-03-28 Thread Ion Jaureguialzo Sarasola
SOLVED You were right, found a file called /etc/apache2/conf.d/localized-error-pages which seems to be rewriting error messages. Commented everything inside to deactivate custom error messages and now my repositories work as always (with / on Location). Thank you for your help. 2010/3/29 Ion

Re: Help with Apache SVN setup

2010-03-28 Thread Ion Jaureguialzo Sarasola
OK, will keep searching. 2010/3/29 Ryan Schmidt > > On Mar 28, 2010, at 17:48, Ion Jaureguialzo Sarasola wrote: > > > I changed it to /svn and it works, but this is annoying, everybody who > has checked out previous projects (which used to work on another host in /) > will have to checkout agai

Re: Help with Apache SVN setup

2010-03-28 Thread Ryan Schmidt
On Mar 28, 2010, at 17:48, Ion Jaureguialzo Sarasola wrote: > I changed it to /svn and it works, but this is annoying, everybody who has > checked out previous projects (which used to work on another host in /) will > have to checkout again. > > I'll keep trying to make it work on /. Probably

Re: Help with Apache SVN setup

2010-03-28 Thread Ryan Schmidt
On Mar 28, 2010, at 17:10, Ryan Schmidt wrote: > On Mar 28, 2010, at 16:53, Ion Jaureguialzo Sarasola wrote: > >> I've setup a new repository with apache svn and everything works fine except >> commiting new files. Those which already exist behave well. >> >> My repositories are in a machine wi

Re: Help with Apache SVN setup

2010-03-28 Thread Ryan Schmidt
On Mar 28, 2010, at 16:53, Ion Jaureguialzo Sarasola wrote: > I've setup a new repository with apache svn and everything works fine except > commiting new files. Those which already exist behave well. > > My repositories are in a machine with Ubuntu 9.10 Server and the path for the > repos is /

Help with Apache SVN setup

2010-03-28 Thread Ion Jaureguialzo Sarasola
Hi there: I've setup a new repository with apache svn and everything works fine except commiting new files. Those which already exist behave well. My repositories are in a machine with Ubuntu 9.10 Server and the path for the repos is /var/subversion. All the repos are inside it. Here's the vhost

Re: need heuristic to order the application of path elements a'la svn log --xml --verbose

2010-03-28 Thread Mark Phippard
On Sun, Mar 28, 2010 at 5:05 AM, B Smith-Mannschott wrote: > I've run into this question because I'm hacking on a little project in > Clojure which sucks in an svn-log.xml, attempting to replay the > structural changes described by the log into a history of the > repository represented as a vecto

need heuristic to order the application of path elements a'la svn log --xml --verbose

2010-03-28 Thread B Smith-Mannschott
svn log --xml --verbose emits elements, each of which contains a number of elements describing the changes made in that revision: ... /trunk/src/com/example/courts/model /trunk/src/com/example /trunk/src/com/example/courts/model/CourtsObject.java ... My difficulty, is that these path entries se