Re: out of date branches

2010-07-02 Thread Ulrich Eckhardt
On Wednesday 30 June 2010, Jan Lund wrote: I would like to know if there are any recommendations as to enforce a team to always branch from the latest revision of a branch. There's a big risk that a developer might have forgotten to update a branch, then does a replace (in TortoiseSVN) which

Re: svn 1.3 crashing after sometime

2010-07-02 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Thu, 1 Jul 2010 at 23:11 -0400: On Thu, Jul 1, 2010 at 10:04 PM, west alto westa...@gmail.com wrote: Thanks guys, Ho do i upgrade from 1.3 to 1.6? Do i need to install first 1.4 then do a svn dump and load, then 1.5 and then svn dump and load etc. No, move

Re: svn 1.3 crashing after sometime

2010-07-02 Thread Yves Martin
Hello, For an upgrade from 1.3 to 1.6, I have simply apply svnadmin upgrade command and check integrity with svnadmin verify. Then, the repository is still in linear mode - which is not an issue, it works. But for performance reason, it is better to move to sharded mode. To do so, I have

How to detect if file is out of scope of shallow checkout?

2010-07-02 Thread anatoly techtonik
Hello, How can I detect if some file is not present in current repository, because it is out of scope of shallow checkout? Please CC. Thanks. -- anatoly t.

Re: svn 1.3 crashing after sometime

2010-07-02 Thread Yves Martin
Sorry, page link has changed: http://ymartin59.free.fr/wordpress/index.php/projets/tune-subversion-fsfs-repository/ Comments and feedback are welcome - Yves Martin ymarti...@free.fr a écrit : Hello, For an upgrade from 1.3 to 1.6, I have simply apply svnadmin upgrade command and

Re: svn 1.3 crashing after sometime

2010-07-02 Thread Nico Kadel-Garcia
On Fri, Jul 2, 2010 at 3:18 AM, Daniel Shahaf d...@daniel.shahaf.name wrote: Nico Kadel-Garcia wrote on Thu, 1 Jul 2010 at 23:11 -0400: On Thu, Jul 1, 2010 at 10:04 PM, west alto westa...@gmail.com wrote: Thanks guys, Ho do i upgrade from 1.3 to 1.6? Do i need to install first 1.4 then do a

Re: svn fails to checkout

2010-07-02 Thread ddeconin
svn update d:\localpath\trunk\Documentation  from cmd prompt the command just hangs, doing nothing. this directory has only a few files in it.

RE: svn fails to checkout

2010-07-02 Thread Cooke, Mark
-Original Message- From: ddeconin [mailto:ddeco...@gmail.com] Sent: 02 July 2010 13:24 Subject: Re: svn fails to checkout svn update d:\localpath\trunk\Documentation  from cmd prompt the command just hangs, doing nothing. this directory has only a few files in it. A few more

Re: svn fails to checkout

2010-07-02 Thread ddeconin
Cooke, Mark mark.cooke at siemens.com writes: A few more details are probably required before we can help... What are you trying to connect to? protocol : svn ssh : no network issues : no , works on other pc on same network and svn commit works , its svn update and svn checkout that fail.

Subversion with LDAP - Display description

2010-07-02 Thread Maxter
Hi, We did all necessary for the deployment of LDAP with Apache/Subversion but I found a little thing that arrass me a little bit. When we do commit, the user displayed is the username in the AD. The problem is that the username is a sequetial number so not really userful for knowing fast

Re: Subversion with LDAP - Display description

2010-07-02 Thread Alec Kloss
On 2010-07-02 08:13, Maxter wrote: Hi, We did all necessary for the deployment of LDAP with Apache/Subversion but I found a little thing that arrass me a little bit. When we do commit, the user displayed is the username in the AD. The problem is that the username is a sequetial number

Re: Subversion with LDAP - Display description

2010-07-02 Thread Leszek Szarlej
Hi In our company we authenticate based on UserID, then we use email address for authz authentication. AuthLDAPURL ldap://bla.glob.com:389/(..)?UserID,mail?sub?(objectClass=*) AuthzForceUsernameCase Lower AuthLDAPRemoteUserAttribute mail AuthLDAPRemoteUserIsDN on AuthzLDAPAuthoritative

Re: Subversion with LDAP - Display description

2010-07-02 Thread Maxter
Well, we are using AD and when the user is in a group and I autorized the group it's the description of the group I receive and not the one of the user. Not very useful. Leszek Szarlej wrote: Can you give more details? where did you get the group description ? On 2 July 2010 20:47,