AW: Failed to delete a folder

2013-03-06 Thread Hans Herrmann
Hans Herrmann wrote: > Hello, > > I have got the problem that I’m not able to delete any folder in the > repository unless I’ve got the rights to read the repository root. > > I use the svn version 1.7.8 (r1419691) With svn version 1.6 > everythings works fine. > > Here’s how to reproduce the

RE: How to change password when is about to expire

2013-03-06 Thread LARRAIN, GUIDO MARTIN (AG-Contractor/5000)
Alright Ryan, thx for your help!! Will try that. Guido Larrain -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Wednesday, March 06, 2013 5:30 PM To: LARRAIN, GUIDO MARTIN [AG-Contractor/5000] Cc: users@subversion.apache.org Subject: Re: How to chang

Re: How to change password when is about to expire

2013-03-06 Thread Ryan Schmidt
On Mar 6, 2013, at 14:27, "LARRAIN, GUIDO MARTIN (AG-Contractor/5000)" wrote: > Ok, great! Thx for the info. One more thing, is there any module (or > something) to install on subversion to allow users to change their password? > I mean, now I know there svn doesn't know when is about to expire

RE: How to change password when is about to expire

2013-03-06 Thread LARRAIN, GUIDO MARTIN (AG-Contractor/5000)
Ok, great! Thx for the info. One more thing, is there any module (or something) to install on subversion to allow users to change their password? I mean, now I know there svn doesn't know when is about to expire but they can change it before the account is expired. Thanks again! Guido Larrain

Re: How to change password when is about to expire

2013-03-06 Thread Ryan Schmidt
On Mar 6, 2013, at 14:03, "LARRAIN, GUIDO MARTIN (AG-Contractor/5000)" wrote: > We have a subversion installed on a Linux box and its working fine! We have > some repos there that developers across the company use to store code and > some other things. > > We also have SVN configured to use LD

How to change password when is about to expire

2013-03-06 Thread LARRAIN, GUIDO MARTIN (AG-Contractor/5000)
Hi There; I'm newbie on Subversion and I have a few questions about some particular configurations on SVN. Let me gives you the scenario. We have a subversion installed on a Linux box and its working fine! We have some repos there that developers across the company use to store code and some

Re: Failed to delete a folder

2013-03-06 Thread C. Michael Pilato
Hans Herrmann wrote: > Hello, > > I have got the problem that I’m not able to delete any folder in the > repository unless I’ve got the rights to read the repository root. > > I use the svn version 1.7.8 (r1419691) With svn version 1.6 everythings > works fine. > > Here’s how to reproduce the er

Re: [SVN UPDATE] Is the "--accept postpone" option strickly included in the "--non-interactive" one ?

2013-03-06 Thread C. Michael Pilato
On 03/06/2013 10:39 AM, Colin Braly wrote: > Hi there, > > As regards conflicts, with the command "svn update" : > - SVN prompt : > > |# svn update > Conflict discovered in 'test.txt'. > Select: (p) postpone, (df) diff-full, (e) edit, > (mc) mine-conflict, (tc) theirs-conflict, >

Re: [SVN UPDATE] Is there a way to hide the summary of conflicts at the end ?

2013-03-06 Thread C. Michael Pilato
On 03/06/2013 10:48 AM, Colin Braly wrote: > Hi there, > > When a "svn update" cause a conflict, SVN display at the end of the update a > conflict summary : > Summary of conflicts: > Text conflicts: 2 > Property conflicts: 1 > Tree conflicts: 1 > Skipped paths: 10 > > Is there a way to hi

[SVN UPDATE] Is there a way to hide the summary of conflicts at the end ?

2013-03-06 Thread Colin Braly
Hi there, When a "svn update" cause a conflict, SVN display at the end of the update a conflict summary : Summary of conflicts: Text conflicts: 2 Property conflicts: 1 Tree conflicts: 1 Skipped paths: 10 Is there a way to hide it ? I locally treat conflict (I print the "C" lines in red, "

[SVN UPDATE] Is the "--accept postpone" option strickly included in the "--non-interactive" one ?

2013-03-06 Thread Colin Braly
Hi there, As regards conflicts, with the command "svn update" : - SVN prompt : # svn updateConflict discovered in 'test.txt'.Select: (p) postpone, (df) diff-full, (e) edit, (mc) mine-conflict, (tc) theirs-conflict, (s) show all options: - With a "svn update --accept postpone", no