Getting started with Subversion.

2010-04-08 Thread Thomas Garrod
OK, I'm a complete rube. I don't know the second thing about Subversion (I know it is version control). I need Subversion, and I don't know where to start. Here are a few facts: 1. I have a foundation. 2. I need collaborators to be able to work together virtually sharing development files.

Re: I can't make BDB FS(version

2010-04-08 Thread Mark Phippard
Your binaries were not compiled with BDB support included. Sent from my iPhone On Apr 8, 2010, at 8:50 PM, Kim Namho wrote: I'm using Subersion 1.6.9 in Windows XP. I installed by Subversion Binary Packages of CollabNet. D:\svnrepos>ver Microsoft Windows XP [Version 5.1.2600] D:\svnrepos>sv

I can't make BDB FS(version

2010-04-08 Thread Kim Namho
I'm using Subersion 1.6.9 in Windows XP. I installed by Subversion Binary Packages of CollabNet. D:\svnrepos>ver Microsoft Windows XP [Version 5.1.2600] D:\svnrepos>svnadmin --version svnadmin, version 1.6.9 (r901367) compiled Jan 21 2010, 22:00:47 I tried below command, but I can't make test

RE: hook-script with java programm

2010-04-08 Thread Bert Huijben
> -Original Message- > From: Sandro Frenzel [mailto:s.fren...@technisat.de] > Sent: donderdag 8 april 2010 11:55 > To: users@subversion.apache.org > Subject: hook-script with java programm > > Hello all, > > I run a java programm within a SVN post-commit script and it works fine. > > W

hook-script with java programm

2010-04-08 Thread Sandro Frenzel
Hello all, I run a java programm within a SVN post-commit script and it works fine. When something goes wrong a exception is thrown and the programm stops without any information given to the user. Is it possible to 'pipe' the error message over the post-commit script to the user? In a perl scri