Re: Script to change repo layout from `{trunk,tags,branches}//proj/sub` to sub/`{trunk,tags,branches} ?

2012-06-13 Thread Ryan Schmidt
On Jun 13, 2012, at 01:22, Oliver Schrenk wrote: > Am 13.06.2012 um 04:28 schrieb Ryan Schmidt: > >> On Jun 12, 2012, at 07:05, Oliver Schrenk wrote: >> >>> I have multiple projects with the following layout in the repository: >>> >>> trunk/project/subproject >>> tags//project/subproject >

Re: Script to change repo layout from `{trunk,tags,branches}//proj/sub` to sub/`{trunk,tags,branches} ?

2012-06-13 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, Jun 13, 2012 at 02:05:59 -0500: > > On Jun 13, 2012, at 01:22, Oliver Schrenk wrote: > > > Am 13.06.2012 um 04:28 schrieb Ryan Schmidt: > > > >> On Jun 12, 2012, at 07:05, Oliver Schrenk wrote: > >> > >>> I have multiple projects with the following layout in the repos

Crash of SVN client when reintegrating a branch into the trunk

2012-06-13 Thread Holger Schildberg
Hi guys, the SVN client recently crashed with the provided log and minidump file. This also happened when trying to do the merge with TortoiseSVN client. Could you please analyze the problem and give a hint, what the root cause is? Holger Schildberg ___

Staged Integration Lines and binary conflicts

2012-06-13 Thread David Moron
Hello, I am using a Staged Integration Lines metodology in SVN where thereis a trunk (stable revisio) and a branch per Environment (por isntance Development). When a feature/patch is required then a new branch (featureA) is created and developers edit files in than branch. When the feature nedds t

Re: Script to change repo layout from `{trunk,tags,branches}//proj/sub` to sub/`{trunk,tags,branches} ?

2012-06-13 Thread Oliver Schrenk
Thanks for the suggestions. I'll look into it. Am 13.06.2012 um 09:24 schrieb Daniel Shahaf: > Ryan Schmidt wrote on Wed, Jun 13, 2012 at 02:05:59 -0500: >> >> On Jun 13, 2012, at 01:22, Oliver Schrenk wrote: >> >>> Am 13.06.2012 um 04:28 schrieb Ryan Schmidt: >>> On Jun 12, 2012, at 07:0

Re: Cleanup needed after failed update

2012-06-13 Thread Ulrich Eckhardt
Am 12.06.2012 16:49, schrieb Justin Case: > - Original Message - >> From: Ulrich Eckhardt Yes, >> probably, unless it was killed so quickly that it couldn't even >> cry for help any more, which e.g. happens if you cut the power or >> use "kill -9" on POSIX systems. > > We're not talking h

Re: Cleanup needed after failed update

2012-06-13 Thread Justin Case
- Original Message - > From: Ulrich Eckhardt > > Sorry, but I'm afraid I didn't get across what I wanted to say. Correct. Let me simplify again my test case: 1. I run svn update 2. svn update finds a file in use, aborts 3. I free the file, oops it seems I have to cleanup Why should I

Re: Cleanup needed after failed update

2012-06-13 Thread Nico Kadel-Garcia
On Wed, Jun 13, 2012 at 6:20 AM, Justin Case wrote: > - Original Message - > > > From: Ulrich Eckhardt > > > > Sorry, but I'm afraid I didn't get across what I wanted to say. > > Correct. Let me simplify again my test case: > 1. I run svn update > 2. svn update finds a file in use, abort

Re: Cleanup needed after failed update

2012-06-13 Thread Johan Corveleyn
On Wed, Jun 13, 2012 at 12:20 PM, Justin Case wrote: > - Original Message - > >> From: Ulrich Eckhardt >> >> Sorry, but I'm afraid I didn't get across what I wanted to say. > > Correct. Let me simplify again my test case: > 1. I run svn update > 2. svn update finds a file in use, aborts >

Re: Cleanup needed after failed update

2012-06-13 Thread Justin Case
> From: Johan Corveleyn > > The problem is that, at the point where svn runs into this locked > file, half of the work has already been done (the metadata in wc.db > has already been updated). The remaining work (moving the file into > place) is scheduled in a specific table called the work_que

svn copy vs svn add in pre-commit

2012-06-13 Thread Ullrich.Jans
Hi, is there any way to determine if a commit to a repository is an svn copy or a shell level copy plus an svn add? I'm trying to limit people tagging to doing an svn copy, but I can't figure out how to determine if the current transaction (running in the pre-commit hook) is a copy or an add...

Re: Cleanup needed after failed update

2012-06-13 Thread Johan Corveleyn
On Wed, Jun 13, 2012 at 2:25 PM, Justin Case wrote: > > >> From: Johan Corveleyn >> >> The problem is that, at the point where svn runs into this locked >> file, half of the work has already been done (the metadata in wc.db >> has already been updated). The remaining work (moving the file into >>

Re: svn copy vs svn add in pre-commit

2012-06-13 Thread Johan Corveleyn
On Wed, Jun 13, 2012 at 2:37 PM, wrote: > Hi, > > is there any way to determine if a commit to a repository is an svn copy or a > shell level copy plus an svn add? I'm trying to limit people tagging to doing > an svn copy, but I can't figure out how to determine if the current > transaction (r

Re: Cleanup needed after failed update

2012-06-13 Thread Andreas Mohr
On Wed, Jun 13, 2012 at 02:12:47PM +0200, Johan Corveleyn wrote: > On Wed, Jun 13, 2012 at 12:20 PM, Justin Case > wrote: > > Why should I have to cleanup??? > > svn update (see point 2) KNEW the file is in use, so instead of leaving > > locks around it could just have skipped that file and print

Re: svn copy vs svn add in pre-commit

2012-06-13 Thread Stefan Sperling
On Wed, Jun 13, 2012 at 12:37:27PM +, ullrich.j...@elektrobit.com wrote: > Hi, > > is there any way to determine if a commit to a repository is an svn copy or a > shell level copy plus an svn add? I'm trying to limit people tagging to doing > an svn copy, but I can't figure out how to determ

RE: svn copy vs svn add in pre-commit

2012-06-13 Thread Ullrich.Jans
Hi, > -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > try 'svnlook changed --copy-info -t $TXN $REPOS' > > The --copy-info should show things like "(from trunk/:rXXX)". That's exactly what I was looking for. :-) How could I have overlooked this!? Many thanks,

Retrieve pristine version of a replaced file via the svn api

2012-06-13 Thread Roghair, Frank
Hi All, Developers in our organization need to have their changes reviewed before the commit is allowed. For this purpose a customized tool was created called createReviewChangeSet.exe. The tool does create a zip file containing a text file "changeSet.txt" which contains the change list with a e

Re: Commit size

2012-06-13 Thread Vladimir Shun'kov
Would be enough have the number bytes of changes. I did disk usage in pre-commit hook and disk usage in post-commit hook and then calculated the difference. But I commited the new file with size 20Kb and size of commit I recieved only 5Kb due some svn compression I guess. Thank you. Vlad. 2012/6/

Re: Commit size

2012-06-13 Thread Johan Corveleyn
On Wed, Jun 13, 2012 at 3:16 PM, Vladimir Shun'kov wrote: > Would be enough have the number bytes of changes. I did disk usage in > pre-commit hook and disk usage in post-commit hook and then calculated > the difference. But I commited the new file with size 20Kb and size of > commit I recieved on

Re: Cleanup needed after failed update

2012-06-13 Thread Les Mikesell
On Wed, Jun 13, 2012 at 7:12 AM, Johan Corveleyn wrote: > >> Why should I have to cleanup??? >> svn update (see point 2) KNEW the file is in use, so instead of leaving >> locks around it could just have skipped that file and print a message that >> not everything have been updated. > > The probl

How to create a tag from multiple revisions?

2012-06-13 Thread marc
Hello, As the subject says, I want to create a tag consisting of at least 2 different revisions in the trunk. All revisions concern the same project. Reason is, I have several revisions in the trunk and I want to exclude some revisions from the tag because the code in those is not yet productio

RE: How to create a tag from multiple revisions?

2012-06-13 Thread Cooke, Mark
> -Original Message- > From: marc [mailto:marc.at.comp...@gmail.com] > Sent: 13 June 2012 16:23 > To: subversion_us...@googlegroups.com > Subject: How to create a tag from multiple revisions? > > Hello, > > As the subject says, I want to create a tag consisting of at > least 2 different

Re: How to create a tag from multiple revisions?

2012-06-13 Thread Thorsten Schöning
Guten Tag marc, am Mittwoch, 13. Juni 2012 um 17:22 schrieben Sie: > trunk/ > rev333 > rev331 > rev330 > rev229 > rev228 > I want to create a tag based on rev333 and rev330 but not rev 331 since > that code is not finished yet. Am I able to do this - using subclipse or > tortoise? Depe

Newer SSL libraries and TLSv1.2 incompatibilities

2012-06-13 Thread Garrison, Jim (ETW)
Regarding my question in the thread titled "When connecting to an https server force use of TLS or SSLv3?". I asked that before I fully understood the problem, which is actually due to a backwards incompatibility in the newest OpenSSL libraries (1.0.1c) used by Subversion. Essentially, the new

Re: svn copy vs svn add in pre-commit

2012-06-13 Thread Nico Kadel-Garcia
Sent from my iPhone On Jun 13, 2012, at 14:37, wrote: > Hi, > > is there any way to determine if a commit to a repository is an svn copy or a > shell level copy plus an svn add? I'm trying to limit people tagging to doing > an svn copy, but I can't figure out how to determine if the current

Error 413 'Request entity too large'

2012-06-13 Thread HICHENS, David
After much wailing and nashing of teeth, I've finally resolved this error which was preventing me adding large files to SVN. I tried many combinations of 'LimitReqestBody' and 'LimitXMLRequestBody' Apache directives as suggested by many Google search results without success. I belatedly checked

RE: svn copy vs svn add in pre-commit

2012-06-13 Thread Ullrich.Jans
Hi, > -Original Message- > From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > Why do you want to do this? To assure that tags have been part of a QA > release process? No - for that, we don't need to check if it's a copy. We mostly want to avoid the case with someone copying in the she