bug Subversion 1.6.15 saslpasswd2.exe does not work

2011-02-18 Thread Christopher Jim Capcom Coleman
saslpasswd2.exe included with Subversion 1.6.15 does not generate a sasldb nor does a previously generated sasldb work with the svnserve.exe service running. I reverted to 1.6.13-r10002845 and saslpasswd2.exe was able to sucessfully generate sasldb and previously generated sasldb worked with svnser

Re: Subversion Permissions Question.

2011-02-18 Thread Monica Gmail
Thank you very much for your help. - Monica On Feb 13, 2011, at 9:04 AM, Thorsten Schöning wrote: > Guten Tag MonicaS, > am Freitag, 11. Februar 2011 um 22:55 schrieben Sie: > >> If I check with tortoiseSVN or with SVN list to Eng-Tech I get the >> following: > >> ABC-SDKs >> J-SDKs > > I wo

RE: internal dirs showing up on update

2011-02-18 Thread Bob Archer
> On Fri, Feb 18, 2011 at 13:19, Nuno Carapeto > wrote: > > > > > > On Thu, Feb 17, 2011 at 8:56 PM, Blair Zajac > wrote: > >> > >> On 2/17/11 12:50 PM, Bob Archer wrote: > > I have so SVN repos (subversion) and I use them with no > proble. But > when we do updates/commints on clie

Re: migrate svn 1.4 to 1.6

2011-02-18 Thread ankush chadha
> Also make sure to upgrade all the svn client applications to 1.6 after >upgrading > > your svn server and the repository to 1.6. There were issues with non > recursive > > checkouts using some svn client applications. >Which issues in particular? >Can you point to relevant mailing list th

Re: internal dirs showing up on update

2011-02-18 Thread Andy Levy
On Fri, Feb 18, 2011 at 13:19, Nuno Carapeto wrote: > > > On Thu, Feb 17, 2011 at 8:56 PM, Blair Zajac wrote: >> >> On 2/17/11 12:50 PM, Bob Archer wrote: I have so SVN repos (subversion) and I use them with no proble. But when we do updates/commints on client (tortoise) we always

Re: internal dirs showing up on update

2011-02-18 Thread kmradke
Nuno Carapeto wrote on 02/18/2011 12:19:39 PM: > On Thu, Feb 17, 2011 at 8:56 PM, Blair Zajac wrote: > On 2/17/11 12:50 PM, Bob Archer wrote: > I have so SVN repos (subversion) and I use them with no proble. But > when we do updates/commints on client (tortoise) we always get teh > internal direc

Re: internal dirs showing up on update

2011-02-18 Thread Nuno Carapeto
On Thu, Feb 17, 2011 at 8:56 PM, Blair Zajac wrote: > On 2/17/11 12:50 PM, Bob Archer wrote: > >> I have so SVN repos (subversion) and I use them with no proble. But >>> when we do updates/commints on client (tortoise) we always get teh >>> internal directories: >>> >>> conf >>> dav >>> db >>> ho

Re: migrate svn 1.4 to 1.6

2011-02-18 Thread Stefan Sperling
On Fri, Feb 18, 2011 at 08:34:41AM -0800, ankush chadha wrote: > Also make sure to upgrade all the svn client applications to 1.6 after > upgrading > your svn server and the repository to 1.6. There were issues with non > recursive > checkouts using some svn client applications. Which issues i

Re: migrate svn 1.4 to 1.6

2011-02-18 Thread ankush chadha
> > I am planning a migrate/upgrade SVN server that work at > > windows 2003 server . > > > > My current version is 1.4 and I want to migrate to 1.6 > > > > 1) Should I restart the windows server at the end of the > > process ? Is it needed? > > As already mentioned, not the server but you will

RE: migrate svn 1.4 to 1.6

2011-02-18 Thread Bob Archer
> > I am planning a migrate/upgrade SVN server that work at > > windows 2003 server . > > > > My current version is 1.4 and I want to migrate to 1.6 > > > > 1) Should I restart the windows server at the end of the > > process ? Is it needed? > > As already mentioned, not the server but you will n

RE: SVN Structure/advantages

2011-02-18 Thread Bob Archer
> Hello, >   I was working with some projects web that had this struture: > follows below. > > - All projects was in three branches. One branch for bugs, one > branch for improvement and  one branch for deploy . > > So, I migrate each folder of project  to a new project and began to > use a T

RE: Betr.: htpasswd without apache

2011-02-18 Thread Bob Archer
> "Ada Battousai" schreef op 18/02/2011 > 06:36:40: > > > I'm trying to make a local repository (protocol svn://, without > > apache) works with a password file with htpasswd entries. But my > svn > > does not recognize the passwords added there. > > How can I configure svn to make it work? > >

SVN Structure/advantages

2011-02-18 Thread Fernando Freitas
Hello, I was working with some projects web that had this struture: follows below. - All projects was in three branches. One branch for bugs, one branch for improvement and one branch for deploy . *So, I migrate each folder of project to a new project and began to use a TRUNK and tags as

Re: problem with mutated vowel in log-message-contents

2011-02-18 Thread Thorsten Schöning
Guten Tag Thomas STEININGER, am Freitag, 18. Februar 2011 um 13:53 schrieben Sie: > i need a tip to solve my problem with log-messages in our > subversion-repository. (see the mail-conversation with the tortoisesvn > team below). > there are message that contain mutated vowel and i need to find a

Re: problem with mutated vowel in log-message-contents

2011-02-18 Thread Stephen Connolly
unix shell scripting could solved it for you bash for rev in $(svn log ... | sed -n -e "..."); do svn ps --revprop svn:log "$(svn pg svn:log -r $rev | sed -e "s/oldstring/newstring/g;")" ... ; done I leave the ...'s as an exercise to tgeur reader - Stephen --- Sent from my Android phone, so ran

problem with mutated vowel in log-message-contents

2011-02-18 Thread Thomas STEININGER
i need a tip to solve my problem with log-messages in our subversion-repository. (see the mail-conversation with the tortoisesvn team below). there are message that contain mutated vowel and i need to find all them and correct them. f.e. i want to replace 'übergabe' by 'uebergabe' or if this is

Betr.: htpasswd without apache

2011-02-18 Thread Jan Keirse
"Ada Battousai" schreef op 18/02/2011 06:36:40: > I'm trying to make a local repository (protocol svn://, without > apache) works with a password file with htpasswd entries. But my svn > does not recognize the passwords added there. > How can I configure svn to make it work? That won't work. T

htpasswd without apache

2011-02-18 Thread Ada Battousai
Hello all, I'm trying to make a local repository (protocol svn://, without apache) works with a password file with htpasswd entries. But my svn does not recognize the passwords added there. How can I configure svn to make it work? Thanks.