Unable to compile trunk build / "wc-queries.h" file not found in repository

2010-10-08 Thread Sachin
Hello friends, I am trying to compile the subversion's trunk code. It needs *wc-queries.h* file to compile The \trunk\subversion\libsvn_wc\wc_db.c file tries to include the * wc-queries.h* file which I couldn't find in trunk repository. Please let me know where I can get this file or is there any

Re: Need help on Subversion dump/load feature....Thanks

2010-10-08 Thread Nico Kadel-Garcia
On Fri, Oct 8, 2010 at 12:19 PM, Reddy1413 wrote: > Greetings, > As part of the experiment with svn dump/load ,I am using svnadmin dump and > load utilities on the same box. > The dump and load provide some very nice features for making the migration > of large-ish repositories a manageable task.

Re: crash report

2010-10-08 Thread Lieven Govaerts
On Fri, Oct 8, 2010 at 6:32 PM, Wolff, Dave wrote: > The following happens every time I try to update a development branch to the > head of another branch.  Let me know if there’s anything I can do to help > get you more information. > This looks like the previously reported issue in sliksvn: htt

Need help on Subversion dump/load feature....Thanks

2010-10-08 Thread Reddy1413
Greetings, As part of the experiment with svn dump/load ,I am using svnadmin dump and load utilities on the same box. The dump and load provide some very nice features for making the migration of large-ish repositories a manageable task. My thanks to those responsible. However, am having trouble

Re: User authentication\authorization upper-lower case

2010-10-08 Thread Claudio Corona
On Fri, Oct 8, 2010 at 5:45 PM, Bob Archer wrote: > > On Fri, Oct 8, 2010 at 5:30 PM, Bob Archer > > wrote: > > > >> Hi all. I have a problem with SVN. I have the (only) user > > > >> 'test_user' (in the 'passwd' file) having 'rw' on the entire > > > >> repository. Why am I able to get *authenti

RE: User authentication\authorization upper-lower case

2010-10-08 Thread Bob Archer
> On Fri, Oct 8, 2010 at 5:30 PM, Bob Archer > wrote: > > >> Hi all. I have a problem with SVN. I have the (only) user > > >> 'test_user' (in the 'passwd' file) having 'rw' on the entire > > >> repository. Why am I able to get *authenticated* with the user > > >> 'TESTUSER' (but not *authorized* t

Re: User authentication\authorization upper-lower case

2010-10-08 Thread Claudio Corona
On Fri, Oct 8, 2010 at 5:30 PM, Bob Archer wrote: > > >> Hi all. I have a problem with SVN. I have the (only) user > > >> 'test_user' (in the 'passwd' file) having 'rw' on the entire > > >> repository. Why am I able to get *authenticated* with the user > > >> 'TESTUSER' (but not *authorized* to c

RE: User authentication\authorization upper-lower case

2010-10-08 Thread Bob Archer
> >> Hi all. I have a problem with SVN. I have the (only) user > >> 'test_user' (in the 'passwd' file) having 'rw' on the entire > >> repository. Why am I able to get *authenticated* with the user > >> 'TESTUSER' (but not *authorized* to commit)? Note that only > >> authenticated user can access an

Re: User authentication\authorization upper-lower case

2010-10-08 Thread Claudio Corona
anon-access = none password-db = passwd authz-db = authz I'm using svn (svnserve.exe). There is a mistake in the previous post: 'test_user' is without the '_' character. So the only user in passwd is 'testuser'. Every user different from 'testuser' does not get authentication, while 'TESTUSER' get

RE: svn Farm

2010-10-08 Thread Bob Archer
> Le 08/10/2010 15:59, Bob Archer a écrit : > >> Now, is collabnet solution able to serve tradition unix shell > >> comand > >> line clients ? is there a svnserve server behind it or is apache > >> able to > >> serve those clients using svn protocol too ? > > BTW: If you have http(s) access you d

Re: svn Farm

2010-10-08 Thread jehan procaccia
Le 08/10/2010 15:59, Bob Archer a écrit : Now, is collabnet solution able to serve tradition unix shell comand line clients ? is there a svnserve server behind it or is apache able to serve those clients using svn protocol too ? BTW: If you have http(s) access you don't also need svn protocol.

RE: User authentication\authorization upper-lower case

2010-10-08 Thread Bob Archer
> Hi all. I have a problem with SVN. I have the (only) user > 'test_user' (in the 'passwd' file) having 'rw' on the entire > repository. Why am I able to get *authenticated* with the user > 'TESTUSER' (but not *authorized* to commit)? Note that only > authenticated user can access and read from my

User authentication\authorization upper-lower case

2010-10-08 Thread Claudio Corona
Hi all. I have a problem with SVN. I have the (only) user 'test_user' (in the 'passwd' file) having 'rw' on the entire repository. Why am I able to get *authenticated* with the user 'TESTUSER' (but not *authorized* to commit)? Note that only authenticated user can access and read from my reposito

RE: svn Farm

2010-10-08 Thread Bob Archer
> Now, is collabnet solution able to serve tradition unix shell > comand > line clients ? is there a svnserve server behind it or is apache > able to > serve those clients using svn protocol too ? BTW: If you have http(s) access you don't also need svn protocol. The svn command line client suppor

Re: svn Farm

2010-10-08 Thread jehan procaccia
Le 08/10/2010 14:54, Andy Levy a écrit : On Fri, Oct 8, 2010 at 08:09, Nico Kadel-Garcia wrote: Also note: both the 'svn' and 'http' access send the passwords ovder the network in clear text. There are ways around this (such as SSH or SSL tunneling), but they're pesky to set up. Fortunately, "

Re: svn Farm

2010-10-08 Thread Andy Levy
On Fri, Oct 8, 2010 at 08:09, Nico Kadel-Garcia wrote: > Also note: both the 'svn' and 'http' access send the passwords ovder > the network in clear text. There are ways around this (such as SSH or > SSL tunneling), but they're pesky to set up. Fortunately, "https" > already has that built in. HT

Re: svn Farm

2010-10-08 Thread Johan Corveleyn
On Fri, Oct 8, 2010 at 2:09 PM, Nico Kadel-Garcia wrote: > On Fri, Oct 8, 2010 at 4:10 AM, jehan procaccia > wrote: >>  Le 08/10/2010 02:19, Nico Kadel-Garcia a écrit : >>> Unless you can guarantee that they will not use Linux or UNIX based >>> clients, don't even consider this. The problem is th

Re: svn Farm

2010-10-08 Thread Nico Kadel-Garcia
On Fri, Oct 8, 2010 at 4:10 AM, jehan procaccia wrote: >  Le 08/10/2010 02:19, Nico Kadel-Garcia a écrit : >> >> On Thu, Oct 7, 2010 at 12:18 PM, jehan procaccia >>  wrote: >>> >>>  Le 06/10/2010 17:06, Siva Kumar a écrit : > > I need to provide svn service to many small groups of student

Re: svn resolve -R broken?

2010-10-08 Thread Tino Schwarze
On Mon, Oct 04, 2010 at 04:09:39PM -0700, Saftoiu, Rares wrote: > Here is my scenario: > > I just did a merge, and I have a bunch of tree-conflicts and a bunch > of non-tree conflicts. For most of these conflicts, I can resolve them > by accepting theirs-full. However, tree conflicts can only be r

Re: Copying hooks automatically upon repository creation

2010-10-08 Thread Tino Schwarze
On Mon, Oct 04, 2010 at 05:16:42PM -0700, Tech Geek wrote: > > sudo -u "$USER" ln -s ../../conf "$REPO" || exit $? > > sudo -u "$USER" ln -s ../../hooks "$REPO" || exit $? > > > I just realized that the above two commands will fail, if the repositories > are on a SMB/CIFS mounted share on the Linu

Re: svn Farm

2010-10-08 Thread jehan procaccia
Le 08/10/2010 02:19, Nico Kadel-Garcia a écrit : On Thu, Oct 7, 2010 at 12:18 PM, jehan procaccia wrote: Le 06/10/2010 17:06, Siva Kumar a écrit : I need to provide svn service to many small groups of students. I'am looking for a tool that would help industrialize managment of repositories

Re: Howto Disable Localistation?

2010-10-08 Thread Ulrich Eckhardt
On Thursday 07 October 2010, Nico Kadel-Garcia top-posted: > It works because the included svn does not get expanded. But it still > looks confusingly recursive: it's an unfortunate and confusing coding > style, That is your personal taste, other people would even be confused by the mere idea of r