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
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
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
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
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
> -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
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
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
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
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/
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
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,
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
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
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
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
>>
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...
> 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
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
>
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
- 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
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
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
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
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
___
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
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
>
27 matches
Mail list logo