RE: Possible bug in SVN 1.8.3 and 1.8.4 - file locking

2014-02-04 Thread Steve Davis
Great, Thanks. My expectation is that it will all work fine... until you get to file locking - which will fail. -Original Message- From: Alagazam.net Subversion [mailto:s...@alagazam.net] Sent: 03 February 2014 21:51 To: Steve Davis Cc: users@subversion.apache.org Subject: Re: Possible

"svn delete" does not warn anymore in some cases

2014-02-04 Thread Florin Avram
Hi, I noticed that SVN 1.8.5 does not give warnings for some situations, when using "svn delete" (previously, using SVN 1.7.x, it did): 1. have a file replaced with a directory in the working copy: - svn delete file - create new directory, with the same name as the file - svn add file (the dir

Re: Limit The size of Commit in SVN

2014-02-04 Thread Mehboob Ahmed
hey Johan, all i want is when my developer hit the commit button my script trigger the error if the commit size only commit size no repository size only that perticular commit size is greater than a GB. @echo off :: Stops commits that have size of greated than 1GB. @echo off set R

Re: "svn delete" does not warn anymore in some cases

2014-02-04 Thread Stefan Sperling
On Tue, Feb 04, 2014 at 11:49:24AM +0200, Florin Avram wrote: > Hi, > > I noticed that SVN 1.8.5 does not give warnings for some situations, when > using "svn delete" (previously, using SVN 1.7.x, it did): > > 1. have a file replaced with a directory in the working copy: > - svn delete file > - c

Re: Limit The size of Commit in SVN

2014-02-04 Thread Stephen Connolly
On 4 February 2014 10:45, Mehboob Ahmed wrote: > hey Johan, > > all i want is when my developer hit the commit button my script trigger the > error if the commit size only commit size no repository size only that > perticular commit size is greater than a GB. > > @echo off > :: Stops commits that

Re: Limit The size of Commit in SVN

2014-02-04 Thread Mehboob Ahmed
hi Stephen i've shared the incmplete hook. if the commit size is larger than one gb than commit should cancel and prop up the echo msg... and let user commit less than 1GB data. can u provide me hook for windows for Tortoise SVN -- View this message in context: http://subversion.1072662.n5.nab

Re: "svn delete" does not warn anymore in some cases

2014-02-04 Thread Philip Martin
Stefan Sperling writes: > On Tue, Feb 04, 2014 at 11:49:24AM +0200, Florin Avram wrote: >> Hi, >> >> I noticed that SVN 1.8.5 does not give warnings for some situations, when >> using "svn delete" (previously, using SVN 1.7.x, it did): >> >> 1. have a file replaced with a directory in the worki

Re: "svn delete" does not warn anymore in some cases

2014-02-04 Thread Florin Avram
On 04.02.2014 14:06, Philip Martin wrote: Stefan Sperling writes: On Tue, Feb 04, 2014 at 11:49:24AM +0200, Florin Avram wrote: Hi, I noticed that SVN 1.8.5 does not give warnings for some situations, when using "svn delete" (previously, using SVN 1.7.x, it did): 1. have a file replaced wit

Re: Limit The size of Commit in SVN

2014-02-04 Thread Stephen Connolly
Nope I cannot. I don't use windows, and I only use SVN for those projects I work on that are still on SVN. I think you are missing the point that *everyone* has been trying to get you to see... What is the benefit in stopping 1GB+ commits? Either the developer is going to split the commit into t

Re: Limit The size of Commit in SVN

2014-02-04 Thread Thorsten Schöning
Guten Tag Stephen Connolly, am Dienstag, 4. Februar 2014 um 13:25 schrieben Sie: > [...]and then solve that problem instead. ...and don't expect others to do for you, they surely aren't that bored . ;-) Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.scho

Re: "svn delete" does not warn anymore in some cases

2014-02-04 Thread Philip Martin
Florin Avram writes: > So, my question is: is this SVN 1.8 "svn delete" behavior intentional > or it should behave like with SVN 1.7 ?! It was a result of a deliberate change in r1442611 to allow the delete of unmodified copies without force: svn cp iota iota2 svn rm iota2 -- Philip Mar

Re: "svn delete" does not warn anymore in some cases

2014-02-04 Thread Florin Avram
On 04.02.2014 14:51, Philip Martin wrote: Florin Avram writes: So, my question is: is this SVN 1.8 "svn delete" behavior intentional or it should behave like with SVN 1.7 ?! It was a result of a deliberate change in r1442611 to allow the delete of unmodified copies without force: svn cp

define files structure in svn (CAD PDM)

2014-02-04 Thread Roberto Bartola
Hi all, I'm trying to use svn as a PDM for CAD files. ( http://en.wikipedia.org/wiki/Product_data_management ) It looks working fine but I'd like to do better. -1 structure In my CAD I can create an assembly which is a file where I assembly many parts or subassemblies. Is it possible to create a

Re: Limit The size of Commit in SVN

2014-02-04 Thread Nico Kadel-Garcia
On Tue, Feb 4, 2014 at 7:25 AM, Stephen Connolly wrote: > Nope I cannot. I don't use windows, and I only use SVN for those projects I > work on that are still on SVN. > > I think you are missing the point that *everyone* has been trying to get you > to see... > > What is the benefit in stopping 1G

Re: define files structure in svn (CAD PDM)

2014-02-04 Thread Lorenz
Roberto Bartola wrote: >Hi all, >I'm trying to use svn as a PDM for CAD files. > >( http://en.wikipedia.org/wiki/Product_data_management ) > >It looks working fine but I'd like to do better. > >-1 structure >In my CAD I can create an assembly which is a file where I assembly many >parts or subasse

AW: Solving problem with space in file names

2014-02-04 Thread Markus Schaber
Hi, Von: Ben Reser [mailto:b...@reser.org] > > I am wondering if there is a simple way to solve this if without > > having to compile a new mod_dav or trying to find another version of > > Apache? Since I am running OpenIndiana I am simply using the apache > > that is supplied, and no other versi