Re: How to install on HP-UNIX and connect by TortoiseSVN client

2010-01-25 Thread Lorenz
Sajid Elyas Khan wrote: >[...] >Please can you guide us how to install Subversion software on >HP-UNIX(PA-RISC) and connect to windows client TortoiseSVN. this mailing list deals with TortoiseSVN (windows GUI client for subversion) exclusive. For questions about setting-up a subversion server y

Re: subversion-1.6.9 build error

2010-01-25 Thread Hyrum K. Wright
Glad to hear that you finally got it working. Was the problem the ^M characters? If so, I wonder if it is specific to your platform, or more general. But the entire episode does make me wonder why we require people building to generate these files locally. I'll take a look at the pre-build s

How to install on HP-UNIX and connect by TortoiseSVN client

2010-01-25 Thread Sajid Elyas Khan
Hi, We found this version control software on internet we are trying to install this versin control software on HP-UUNIX. We are using oracle application 11.5.9 with oracle database 9.2.0.3 in difrent machine both are on HP-UNIX Please can you guide us how to install Subversion software o

Re: Subversion on Linux, Authentication on Windows

2010-01-25 Thread Andrey Repin
Greetings, Marco Minerva! > Hi all! > I have a Linux machine that uses Winbind to perform domain > authentication using a Windows Server 2003 server. On this Linux PC > there is also a Subersion server (snvserve). I know how to use > Subversion integrated security to manage users' access to > rep

Usage for svn list

2010-01-25 Thread Tim Landscheidt
Hi, I'm a bit baffled by the following behaviour on a small test repository where in r2 the directory a and file a/b exist and are deleted in HEAD/r4: | [...@passepartout ~]$ svn --version | svn, version 1.6.6 (r40053) |compiled Nov 8 2009, 13:09:20 | [...] | [...@passepartout ~]$ svn list f

Re: subversion-1.6.9 build error

2010-01-25 Thread Jiang Li
Hi Hyrum, You are an expert, I am able to compile v1.6.9 successfully. Here is my update. 1. I tried again by downloading subversion-deps-1.6.9 and compiled again, but with the same problem. 2. I double check the file subversion/libsvn_fs_fs/rep-cache-db.h with 'vi' editor, I found that there ar

Re: Keeping tags/ and branches/ in the "trunk"

2010-01-25 Thread Ryan Schmidt
On Jan 25, 2010, at 17:38, Daniel Shahaf wrote: > Ryan Schmidt wrote on Mon, 25 Jan 2010 at 17:10 -0600: >> > >> it also prevents you from using the usual way to create tags, i.e. >> copying the trunk to the branches or tags directory -- in your scheme, >> you can't do this, because you can't c

Re: Keeping tags/ and branches/ in the "trunk"

2010-01-25 Thread Daniel Shahaf
Ryan Schmidt wrote on Mon, 25 Jan 2010 at 17:10 -0600: > > On Jan 25, 2010, at 07:25, trans wrote: > > > Is it possible to keep tags/ and branches/ in the trunk/ so as not to > > have to differentiate these three at the top of a repository. > > I'm going to go with a firm "no" on this one. Do no

Re: Keeping tags/ and branches/ in the "trunk"

2010-01-25 Thread Ryan Schmidt
On Jan 25, 2010, at 07:25, trans wrote: > Is it possible to keep tags/ and branches/ in the trunk/ so as not to > have to differentiate these three at the top of a repository. > > In other words, instead of: > > branches/ >BRANCH_xyz/ > tags/ >RELEASE_1_0_0/ > trunk/ >README >

Problem with svn after Ubuntu upgrade

2010-01-25 Thread Robert Edgar
I upgraded to Ubunto v.9.04 (jaunty), and now I get: svn: error while loading shared libraries: libldap_r.so.2: cannot open shared object file: No such file or directory According to ldd, there are 44 (!) missing shared libraries. I have tried uninstalling and reinstalling subversion. I tried se

Re: Invalid large, negative Content-Length

2010-01-25 Thread Doug Warner
On 01/25/2010 01:55 PM, Doug Warner wrote: > On 01/25/2010 10:12 AM, Stefan Sperling wrote: >> > You could rebuild svn with the --enable-maintainer-mode configure flag. >> > Then you'll see the file and line number where the error is thrown. >> > You could then have the client break at the spot in

Re: Invalid large, negative Content-Length

2010-01-25 Thread Doug Warner
On 01/25/2010 10:12 AM, Stefan Sperling wrote: > You could rebuild svn with the --enable-maintainer-mode configure flag. > Then you'll see the file and line number where the error is thrown. > You could then have the client break at the spot in gdb, and post a > backtrace in case it contains anythi

Re: Installation of SVN

2010-01-25 Thread Tim Landscheidt
Swarup Anand wrote: > [...] > But during the installation of subversion-tools-1.6.5-1.i386.rpm I got the > following error. > error: Failed dependencies: > perl(File::Path) >= 1.0404 is needed by > subversion-tools-1.6.5-1.i386 > To solve this error I downloaded File-Path-2.08 perl modu

Re: Probable bug with svn copy

2010-01-25 Thread Julian Foad
Paul Burba wrote: > On Mon, Jan 25, 2010 at 2:17 AM, Noorul Islam K M wrote: > > + # Move new added file to another one and commit. > > + second_path = os.path.join(new_path, 'second') > > + rav_svn(None, None, [], 'move', first_path, second_path) > > + rav_svn(None, None, ["Committed revision

Subversion on Linux, Authentication on Windows

2010-01-25 Thread Marco Minerva
Hi all! I have a Linux machine that uses Winbind to perform domain authentication using a Windows Server 2003 server. On this Linux PC there is also a Subersion server (snvserve). I know how to use Subversion integrated security to manage users' access to repositories, but I would like to configur

Re: Keeping tags/ and branches/ in the "trunk"

2010-01-25 Thread Andy Levy
On Mon, Jan 25, 2010 at 11:05, trans wrote: > > > On Jan 25, 9:30 am, Andy Levy wrote: > >> I don't understand what advantage this would give you. I do see the >> potential for a lot of confusion and copying/moving of items which >> shouldn't be operated on, though. >> >> Subversion itself applie

Re: Keeping tags/ and branches/ in the "trunk"

2010-01-25 Thread trans
On Jan 25, 9:30 am, Andy Levy wrote: > I don't understand what advantage this would give you. I do see the > potential for a lot of confusion and copying/moving of items which > shouldn't be operated on, though. > > Subversion itself applies no special meaning to "tags" & "branches" so > there

Re: Probable bug with svn copy

2010-01-25 Thread Paul Burba
On Mon, Jan 25, 2010 at 2:17 AM, Noorul Islam K M wrote: > > Julian, > > Please find attached test case patch for this scenario in trunk. > > [[[ > Log: > > New XFail test case for reverse merge move scenario. Rename fails after > reverting a commit using reverse merge. This issue need to be fixed

Re: Keeping tags/ and branches/ in the "trunk"

2010-01-25 Thread C. Michael Pilato
trans wrote: > Hi-- > > Is it possible to keep tags/ and branches/ in the trunk/ so as not to > have to differentiate these three at the top of a repository. [...] > I think I might prefer this approach, if possible. The problem of > course is in creating new tags and branches, i.e. making a cop

Re: Invalid large, negative Content-Length

2010-01-25 Thread Stefan Sperling
On Mon, Jan 25, 2010 at 09:45:19AM -0500, Doug Warner wrote: > When trying to "svn update" a working copy on Linux (svn 1.6.6) I'm receiving > the error "413 Request Entity Too Large". > > Indeed, the Content-Length I'm seeing the client send when I set > neon-debug-mask = 138 in [global] of the s

Re: subversion-1.6.9 build error

2010-01-25 Thread Jiang Li
Hyrum, Thanks! Tomorrow I will download Subversion 1.6.9 dependency package for a try. I suspect the problem was caused by not using that package. I will update you the result. I will go offline now. Thanks again for your help! Jiang Li 2010/1/25 Hyrum K. Wright > > On Jan 25, 2010, at 8:55

Re: subversion-1.6.9 build error

2010-01-25 Thread Hyrum K. Wright
On Jan 25, 2010, at 8:55 AM, Jiang Li wrote: > Hyrum, > > No luck. The file will be re-generated again after running 'make'. As it should be. > 2010/1/25 Hyrum K. Wright > Can you try just removing the file and then running 'make' again? > > On Jan 25, 2010, at 8:48 AM, Jiang Li wrote: > >

Re: subversion-1.6.9 build error

2010-01-25 Thread Jiang Li
Hyrum, No luck. The file will be re-generated again after running 'make'. 2010/1/25 Hyrum K. Wright > Can you try just removing the file and then running 'make' again? > > On Jan 25, 2010, at 8:48 AM, Jiang Li wrote: > > > Hi Hyrum, > > > > Thank you so much for your quick reply! > > > > Here i

RE: Externals within the same repository

2010-01-25 Thread Asbjørn Sæbø
> Date: Mon, 25 Jan 2010 09:32:49 -0500 > Subject: Re: Externals within the same repository > From: andy.l...@gmail.com > To: gaff...@live.com > CC: users@subversion.apache.org > > On Mon, Jan 25, 2010 at 09:14, Asbjørn Sæbø wrote: >> >> Assume the following situation: There is a repository my_r

Re: subversion-1.6.9 build error

2010-01-25 Thread Hyrum K. Wright
Can you try just removing the file and then running 'make' again? On Jan 25, 2010, at 8:48 AM, Jiang Li wrote: > Hi Hyrum, > > Thank you so much for your quick reply! > > Here is all the content of file subversion/libsvn_fs_fs/rep-cache-db.h. > > Just for your information, I just downloaded s

Re: Keeping tags/ and branches/ in the "trunk"

2010-01-25 Thread Andrey Repin
Greetings, trans! > Is it possible to keep tags/ and branches/ in the trunk/ so as not to > have to differentiate these three at the top of a repository. Everything is possible, but ask yourself, do you really want to checkout whole repository every time you request to checkout trunk? > In other

Re: Externals within the same repository

2010-01-25 Thread Andrey Repin
Greetings, Asbjørn Sæbø! > Assume the following situation: There is a repository  my_repo, structured > like this: > my_repo > my_repo/trunk > my_repo/trunk/a > my_repo/trunk/a/file.h > my_repo/trunk/b > where my_repo/trunk/b has an svn:external to import the contents of my_repo/a. > That is, b

Invalid large, negative Content-Length

2010-01-25 Thread Doug Warner
When trying to "svn update" a working copy on Linux (svn 1.6.6) I'm receiving the error "413 Request Entity Too Large". Indeed, the Content-Length I'm seeing the client send when I set neon-debug-mask = 138 in [global] of the servers file is: Content-Length: -5221747158880878327 This seems simila

Re: subversion-1.6.9 build error

2010-01-25 Thread Jiang Li
Hi Hyrum, Thank you so much for your quick reply! Here is all the content of file subversion/libsvn_fs_fs/rep-cache-db.h. Just for your information, I just downloaded subversion 1.6.6 and I was able to compile this version successfully. I am fine with v1.6.6, but I will try to compile 1.6.9 tomo

Re: subversion-1.6.9 build error

2010-01-25 Thread Hyrum K. Wright
On Jan 25, 2010, at 6:55 AM, Jiang Li wrote: > Hi Friends, > > May I ask you a question? > > I just started to use Subversion. I want to compile it from source code on my > Red Hat Linux ES5.4. But I face below error when running 'make'. > > My steps are as below: > > 1. Get the source code

Re: File externals before subversion 1.6

2010-01-25 Thread Andy Levy
On Mon, Jan 25, 2010 at 09:30, Asbjørn Sæbø wrote: > > > > >> From: gaff...@live.com >> To: users@subversion.apache.org >> Subject: File externals before subversion 1.6 >> Date: Mon, 25 Jan 2010 15:17:17 +0100 >> >> >> It seems, in one of our repositories,

Re: Externals within the same repository

2010-01-25 Thread Andy Levy
On Mon, Jan 25, 2010 at 09:14, Asbjørn Sæbø wrote: > > Assume the following situation: There is a repository  my_repo, structured > like this: > > my_repo > my_repo/trunk > my_repo/trunk/a > my_repo/trunk/a/file.h > my_repo/trunk/b > > where my_repo/trunk/b has an svn:external to import the conte

Re: Keeping tags/ and branches/ in the "trunk"

2010-01-25 Thread Andy Levy
On Mon, Jan 25, 2010 at 08:25, trans wrote: > Hi-- > > Is it possible to keep tags/ and branches/ in the trunk/ so as not to > have to differentiate these three at the top of a repository. > > In other words, instead of: > >  branches/ >    BRANCH_xyz/ >  tags/ >    RELEASE_1_0_0/ >  trunk/ >    R

RE: File externals before subversion 1.6

2010-01-25 Thread Asbjørn Sæbø
> From: gaff...@live.com > To: users@subversion.apache.org > Subject: File externals before subversion 1.6 > Date: Mon, 25 Jan 2010 15:17:17 +0100 > > > It seems, in one of our repositories, that Someone(TM) has been > using svn:externals to include singl

File externals before subversion 1.6

2010-01-25 Thread Asbjørn Sæbø
It seems, in one of our repositories, that Someone(TM) has been using svn:externals to include single files.  This was done with version 1.4 of the SVN server, and it seems to have worked, even though I thought single file externals was first implemented for server version 1.6.  How can this be?

Externals within the same repository

2010-01-25 Thread Asbjørn Sæbø
Assume the following situation: There is a repository  my_repo, structured like this: my_repo my_repo/trunk my_repo/trunk/a my_repo/trunk/a/file.h my_repo/trunk/b where my_repo/trunk/b has an svn:external to import the contents of my_repo/a. That is, b will have the contents of a external-ed in

Keeping tags/ and branches/ in the "trunk"

2010-01-25 Thread trans
Hi-- Is it possible to keep tags/ and branches/ in the trunk/ so as not to have to differentiate these three at the top of a repository. In other words, instead of: branches/ BRANCH_xyz/ tags/ RELEASE_1_0_0/ trunk/ README bin/ lib/ One could have: README bin/ br

Re: Subversion 1.6.9 Released

2010-01-25 Thread C. Michael Pilato
Eric Lee wrote: > What feature(s) will svn 1.7 provides ? > Will it support some functions that already on some others v.c. software. > I have seen some discuss before but no more now. 1.7 is primarily a vehicle for the delivery of our revamped working copy code. Sounds boring, I know. But it sh

Re: How to authenticate Subversion with SASL2 + LDAP

2010-01-25 Thread Mark Keisler
I'm also using apache to authen svn against LDAP, but using apache (DAV) to access SVN is damn slow. I recommend my users to use svn+ssh but it would be much simpler (especially for windows users) to be able to use plain svn:// (which I currently do not support). On Mon, Jan 25, 2010 at 6:02 AM,

subversion-1.6.9 build error

2010-01-25 Thread Jiang Li
Hi Friends, May I ask you a question? I just started to use Subversion. I want to compile it from source code on my Red Hat Linux ES5.4. But I face below error when running 'make'. My steps are as below: 1. Get the source code subversion-1.6.9; 2. Get sqlite-amalgamation-3_6_22.zip and neon-0.2

Re: How to authenticate Subversion with SASL2 + LDAP

2010-01-25 Thread Pablo Manuel Rizzo
I'm using apache to authenticate svn against ldap. On Mon, Jan 25, 2010 at 05:50, Johan Corveleyn < johan.corvel...@uz.kuleuven.ac.be> wrote: > [sending to users@subversion.apache.org, iso > us...@subversion.tigris.org(which is closed)] > > Hi Mark, > > I'm sorry, I have no experience getting

subscribe

2010-01-25 Thread Mr Gabriel

RE: How to authenticate Subversion with SASL2 + LDAP

2010-01-25 Thread Johan Corveleyn
[sending to users@subversion.apache.org, iso us...@subversion.tigris.org (which is closed)] Hi Mark, I'm sorry, I have no experience getting SASL to work with pam. But I remember having read some things about pam in the Cyrus SASL documentation pages (included with the distribution I think). S