Re: Question about mergeinfo and 2-url merge

2022-05-14 Thread Daniel Shahaf
in case any of the other devs respond to my previous post with the analysis and the specific question. > Thanks again. > You're welcome. Daniel > Christophe > > On 5/14/2022 5:39 AM, Daniel Shahaf wrote: >> Christophe Royer wrote on Fri, May 13, 2022 at 10:45:14 -0700:

Re: Question about mergeinfo and 2-url merge

2022-05-14 Thread Christophe Royer
script that avoid that issue. The problem is the same: it looks like the mergeinfo does not match the state of the branch. [ There's a longish preface here about the reproduction script and its output. For Christophe's mergeinfo-related question, skip the triple-braced part. ] {{{ Her

Re: Question about mergeinfo and 2-url merge

2022-05-14 Thread Daniel Shahaf
state of the branch. [ There's a longish preface here about the reproduction script and its output. For Christophe's mergeinfo-related question, skip the triple-braced part. ] {{{ Here's a Unix version of your script: [[[ #!/usr/bin/env zsh alias '@ECHO'=: REM=: ECHO.=echo E

Re: Question about mergeinfo and 2-url merge

2022-05-13 Thread Christophe Royer
ranches\bar ECHO. ECHO. svn pg svn:mergeinfo workingCopy\branches\bar svn mergeinfo workingCopy\trunk workingCopy\branches\bar -- end of script Christophe On 5/12/2022 10:52 AM, Daniel Shahaf wrote: Could you post the script, please?  It's hard to answer your question whe

RE: [External] Re: Question about mergeinfo and 2-url merge

2022-05-13 Thread Murugan, Gnanaprakash Export License Required - US Collins
Shahaf ; users@subversion.apache.org Subject: [External] Re: Question about mergeinfo and 2-url merge Thank you Daniel, below is the script I used (line wrapping might mess up a few lines, sorry) As I was cleaning it up, I realized that in 1.6.17 (yes, still using it, and where I saw the

Re: Question about mergeinfo and 2-url merge

2022-05-12 Thread Christophe Royer
nches\bar -- end of script Christophe On 5/12/2022 10:52 AM, Daniel Shahaf wrote: Could you post the script, please? It's hard to answer your question when it describes the details verbally rather than machine-readably. It sounds like a supported scenario. Cheers, Daniel C

Re: Question about mergeinfo and 2-url merge

2022-05-12 Thread Daniel Shahaf
Could you post the script, please? It's hard to answer your question when it describes the details verbally rather than machine-readably. It sounds like a supported scenario. Cheers, Daniel Christophe Royer wrote on Fri, 06 May 2022 21:46 +00:00: > I recently saw some mergeinfo th

Question about mergeinfo and 2-url merge

2022-05-06 Thread Christophe Royer
I recently saw some mergeinfo that I can explain but still look wrong to me. Not sure if it’s a wrong usage of svn, or possibly a defect, and so far I have not seen any post about this. Here is the scenario (I have a script, batch file for windows, if needed): Seen first using svn 1.6.17,

Re: Compression Question

2021-12-14 Thread Mark Phippard
On Tue, Dec 14, 2021 at 10:56 AM Luke Mauldin wrote: > > When compression is enabled at the SVN level, what exactly does it compress? > Does it just compress the original file content and the deltas? I am really just a layman so cannot explain it accurately ... but here goes. SVN does not reall

Re: Compression Question

2021-12-14 Thread Luke Mauldin
When compression is enabled at the SVN level, what exactly does it compress? Does it just compress the original file content and the deltas? > On Dec 14, 2021, at 8:44 AM, Mark Phippard wrote: > > On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin wrote: >> >> From reading the documentation, I can

Re: Compression Question

2021-12-14 Thread Mark Phippard
On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin wrote: > > From reading the documentation, I can see that Subversion 1.14 supports both > zlib and lz4 compression. I am running Subversion on FreeBSD 13.X on ZFS > which supports native zstd compression. Some of the repos I host are > relatively l

Re: Compression Question

2021-12-14 Thread Mark McKeown
There is a set of benchmarks comparing the algorithms (lz4, zstd, zlib etc) and the tradeoffs here: http://facebook.github.io/zstd/ cheers Mark On Mon, Dec 13, 2021 at 10:14 PM Nathan Hartman wrote: > On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin > wrote: > > > > From reading the documentation

Re: Compression Question

2021-12-13 Thread Nathan Hartman
On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin wrote: > > From reading the documentation, I can see that Subversion 1.14 supports both > zlib and lz4 compression. I am running Subversion on FreeBSD 13.X on ZFS > which supports native zstd compression. Some of the repos I host are > relatively l

Compression Question

2021-12-13 Thread Luke Mauldin
From reading the documentation, I can see that Subversion 1.14 supports both zlib and lz4 compression. I am running Subversion on FreeBSD 13.X on ZFS which supports native zstd compression. Some of the repos I host are relatively large (60K revisions and 60GB+) and I am wondering what combinat

Re: Svnadmin verify question

2021-11-03 Thread Luke Mauldin
Does the Svnadmin verify do checksum checks? How does it verify validity? > On Nov 3, 2021, at 1:44 PM, Nathan Hartman wrote: > > On Tue, Nov 2, 2021 at 5:09 PM Luke Mauldin wrote: >> >> Can anyone tell me the details of the svnadmin verify command? Does >> subversion store any internal h

Re: Svnadmin verify question

2021-11-03 Thread Nathan Hartman
On Tue, Nov 2, 2021 at 5:09 PM Luke Mauldin wrote: > > Can anyone tell me the details of the svnadmin verify command? Does > subversion store any internal hash of each commit to verify its correctness > and that it has not changed over time due to disk/memory errors or software > bugs? > > Luk

Svnadmin verify question

2021-11-02 Thread Luke Mauldin
Can anyone tell me the details of the svnadmin verify command? Does subversion store any internal hash of each commit to verify its correctness and that it has not changed over time due to disk/memory errors or software bugs? Luke Mauldin

Re: Question about svn:auto-props pattern matching precedence

2021-10-21 Thread Daniel Sahlberg
am (given the same parameters), but no explicit guarantee. Any other version or any other set of parameters might yield different results. And a followup question - if indeed there is no way to reliably control the > pattern precedence, then does this mean that there is no way to, e.g., have &

Question about svn:auto-props pattern matching precedence

2021-10-21 Thread Eugeny Sosnovsky
ways take precedence over others, if the other matching patterns are all found in the same path's *svn:auto-props*), or have I just been lucky (i.e., to see consistency)? And a followup question - if indeed there is no way to reliably control the pattern precedence, then does this mean t

authz question

2020-10-20 Thread pwillis
able to browse below '/Projects/stable8' --QUESTION-- Shouldn't browsing be disabled for paths that are neither read nor write for the logged-in user? --QUESTION-- How do I make path inaccessible to users that do not have rights? Thanks, Peter

Re: FW: Stack Overflow Question

2020-10-11 Thread Nico Kadel-Garcia
‪On Sun, Oct 11, 2020 at 8:57 AM ‫احسان عبیدی آشتیانی‬‎ wrote:‬ > > Hi > > We have a problem with your Subversion program. Please answer this question: > > AnkSVN error on updating solution: Can't write to connection: An operation > was attempted on something that is no

FW: Stack Overflow Question

2020-10-11 Thread احسان عبیدی آشتیانی
Hi We have a problem with your Subversion program. Please answer this question: AnkSVN error on updating solution: Can't write to connection: An operation was attempted on something that is not a socket https://stackoverflow.com/q/ <https://stackoverflow.com/q/64242537/2289886?sem=2&g

Re: question about file commit

2020-01-11 Thread Stefan Sperling
On Sat, Jan 11, 2020 at 10:20:01AM +0800, guan.j...@byd.com wrote: > When I commit file to svn, a warning as follow, and failed to commit > modified file TortoiseSVN 1.8.7 is very old. Please upgrade, and this problem should go away. See https://tortoisesvn.net/downloads.html Regards, Stefan

question about file commit

2020-01-10 Thread guan.jian
When I commit file to svn, a warning as follow, and failed to commit modified file Lydia guan(关键) Tel: +86 13811448369 Address: No.1, Kechuang Dong 5 Jie, Tongzhou District, Beijing, 10, P.R. China

Re: question on merging revisions/svn patch

2019-04-22 Thread Stefan Sperling
ranch C? I only want one of those commits. My idea was to > record a mergeinfo change and manually apply the patch and commit THAT - > will that cause bad merge conflicts down the line? > Thanks, > Kathleen Hi Kathleen, Have you considered merging the change in question directly from b

question on merging revisions/svn patch

2019-04-22 Thread Kathleen Warren
Hi all, I've gotten myself into a bit of a svn merging funk and I'd like to know if my proposed solution will cause further errors. Due to a misunderstanding of how svn handles mergeinfo, I merged several commits from branch A into trunk like so: svn merge -c 1,2,3 ^/branches/A, with the idea of

Re: Question About Package...

2018-10-12 Thread Nico Kadel-Garcia
The command "sudo yum install subversion"; should proved the default subversion for your operating system. If you want a more recent one, at last check, the company "wandisco" provides quite recent releases. If you decide you want to build your own, which I don't recommend for the faint of heart, t

Question About Package...

2018-10-12 Thread Gerardo Hernandez Sanchez
Hi Everyone, I hope you are fine. Can you help to know if exist package available to install “Subversion” on Oracle Linux Rel. 7.5. I think, I sould try to install RH Package. But I don’t sure, Can you provide me your feedback about it. Thank you. Kind Regards. Gerardo HS. [cid:imagebfe6b0

Re: Question regarding reverse merge of added file

2018-01-11 Thread Johan Corveleyn
On Thu, Jan 11, 2018 at 3:48 PM, Max Bernhardt wrote: > Hi Johan, > > thanks for the reply. Sorry for the personal mail, but since I'm not > subscribed, this is the only way I know of to respond. > > No our client was still version 1.7.8, so this might have caused the > problem. > > The revert was

Re: Question regarding reverse merge of added file

2018-01-10 Thread Johan Corveleyn
On Mon, Jan 8, 2018 at 2:24 PM, Max Bernhardt wrote: > Hi all, > > We've just upgraded our subversion server from 1.4.6 to 1.9.7 and now I'm > getting a strange merge conflict, when I'm trying to do a reverse merge on a > baseline (trunk). > > The situation is as follows: > /project/branches/i

Question regarding reverse merge of added file

2018-01-08 Thread Max Bernhardt
Hi all,   We've just upgraded our subversion server from 1.4.6 to 1.9.7 and now I'm getting a strange merge conflict, when I'm trying to do a reverse merge on a baseline (trunk).   The situation is as follows:     /project/branches/it/33931/db/data_update.sql <- Branch created from /projec

Minor Python bindings/API question

2017-11-08 Thread Jens Restemeier
Hi, I’m trying to use the python-swig bindings to copy the log entries of our repository into a database for indexing and cross referencing. There is one minor problem: The callback seems to be called a few times with invalid log entries: (-1L, {}, None) That is obviously easy to filter out, and

Re: 【wait on line】weird question about svnsync

2017-07-20 Thread Eric Johnson
n Thu, Jul 20, 2017 at 6:07 AM, Nico Kadel-Garcia wrote: > Better deduplicaton? And did you exclude old branches with bulky binaries > in them? > > On Mon, Jun 26, 2017 at 7:07 AM, Dummy <3295285...@qq.com> wrote: > >> dear subversion: >> I have a weird question abou

Re: 【wait on line】weird question about svnsync

2017-07-20 Thread Nico Kadel-Garcia
Better deduplicaton? And did you exclude old branches with bulky binaries in them? On Mon, Jun 26, 2017 at 7:07 AM, Dummy <3295285...@qq.com> wrote: > dear subversion: > I have a weird question about svnsync: > i svnsync gzrepos(centos 6.4-svn1.6.11) to gz-mirror1(centos 7-svn1.

??wait on line??weird question about svnsync

2017-06-26 Thread Dummy
dear subversion: I have a weird question about svnsync: i svnsync gzrepos(centos 6.4-svn1.6.11) to gz-mirror1(centos 7-svn1.9.5), when it was done successfully, i found that the mirror repo(gz-mirror1) is more less than source repo(gzrepos) in sizes ,the source repo(gzrepos) is 177G while the

Re: On the subversion I have a question to confirm

2017-05-23 Thread Ryan Schmidt
rds to be kept. >> >> Keeping records of commits that create new revisions is possible with the >> built-in logging features (access log and operational log). > > Ask about your reply to the second question, how to open the editorial > function of the library? Repository a

Re: Re: On the subversion I have a question to confirm

2017-05-23 Thread shen...@snail.com
Hello: Ask about your reply to the second question, how to open the editorial function of the library? Snail 蜗牛数字 苏州蜗牛数字科技股份有限公司 沈磊/全球运维中心 TEL: +86(0512)67671313 MOB:13913112414 FAX:+86(0512)67671231 Email: shen...@snail.com Add:苏州工业园区中新大道西171号 平台官网:www.snail.com 企业官网:about.snail.com

Re: On the subversion I have a question to confirm

2017-05-23 Thread Daniel Shahaf
[Forwarding to the list. Please remember to use "Reply to All" when answering.] shen...@snail.com wrote on Tue, 23 May 2017 14:08 +0800: > Hello: > Ask about your reply to the second question, how to open the > editorial function of the library? > > > &

Re: On the subversion I have a question to confirm

2017-05-22 Thread Daniel Shahaf
shen...@snail.com wrote on Mon, 22 May 2017 11:40 +0800: > Hello, everyone: > In the process of using Subversion, there are several questions that I hope > someone can help to confirm, get the exact answer or official note > 1, Subversion can not modify the version number under the premise of > m

Re: On the subversion I have a question to confirm

2017-05-19 Thread Eric Johnson
It is a little bit difficult to follow your question. Perhaps you can restate the question as a sequence of Subversion actions, and a question about the result? As a stab at your question, when a change is committed, all the preceding changes are still available from the repository. Eric. On

On the subversion I have a question to confirm

2017-05-19 Thread shen...@snail.com
Hello there: On the subversion I have a question to confirm, that the historical version has been submitted inside, whether by modifying the underlying file to modify the historical version of the content, hoping to help answer this question, thank you. Snail 蜗牛数字 苏州蜗牛数字科技股份有限公司 沈磊/全球运维中心

Re: JavaHL question

2016-12-20 Thread Daniel Shahaf
Walter Klust wrote on Tue, Dec 20, 2016 at 14:16:18 +0100: > I have a question regarding the current state of the JavaHL bindings on > 1.9/trunk : Are the usecases "import, delete and commit items without > working copy" supported ? I think this should

JavaHL question

2016-12-20 Thread Walter Klust
I have a question regarding the current state of the JavaHL bindings on 1.9/trunk : Are the usecases "import, delete and commit items without working copy" supported ? kind regards Walter Klust

Question on info -r committed for file externals

2016-06-10 Thread Dan Ellis
Hi, I've noticed some differing behavior when using file externals and svn info -r committed. I'm not sure what the expected behavior should be... hoping to see what the masses think. I'm running svn 1.8.13 on Windows 7. When I first create a file external and perform an update, the "svn info -

Re: LDAP Usage Question

2016-05-24 Thread Eric Johnson
here. My question is related to authentication using LDAP. My scenario is that I will require 2 auth methods (passwd + ldap) all of services (like Jenkins) will use passwd + authz and all of "humans" will use their AD accounts. I found really useful option in config aliasses ho

Re: LDAP Usage Question

2016-05-24 Thread Branko Čibej
On 24.05.2016 09:51, Dariusz Nowak wrote: > > Hello, > > > I'm new in subversion world and tried to research something yesterday > - without success, so decided to post here. My question is related to > authentication using LDAP. > > > My scenario is that I

LDAP Usage Question

2016-05-24 Thread Dariusz Nowak
Hello, I'm new in subversion world and tried to research something yesterday - without success, so decided to post here. My question is related to authentication using LDAP. My scenario is that I will require 2 auth methods (passwd + ldap) all of services (like Jenkins) will use p

Question for SolidWorks users (was: Re: SVN compatibility question)

2016-04-01 Thread Daniel Shahaf
Eric Ahlstrom wrote on Fri, Apr 01, 2016 at 04:38:06 -0600: > I appreciate all input on my rfi, we are specifically asking for input from > Solidworks users with experience using svn as their basis pdm. Changed the subject to draw their attention. (SolidWorks users: see Eric's first post in the t

Re: SVN compatibility question

2016-04-01 Thread Eric Ahlstrom
I appreciate all input on my rfi, we are specifically asking for input from Solidworks users with experience using svn as their basis pdm. On Apr 1, 2016 2:22 AM, "Johan Corveleyn" wrote: > On Fri, Apr 1, 2016 at 9:32 AM, Stefan Sperling wrote: > > On Fri, Apr 01, 2016 at 05:36:34AM +, Danie

Re: SVN compatibility question

2016-04-01 Thread Lorenz
Branko ?ibej wrote: >On 01.04.2016 10:21, Johan Corveleyn wrote: >> On Fri, Apr 1, 2016 at 9:32 AM, Stefan Sperling wrote: >>> On Fri, Apr 01, 2016 at 05:36:34AM +, Daniel Shahaf wrote: Normally, 'svn mv' does two things: (a) rename the file on disk, (b) record in .svn/ that the rena

Re: SVN compatibility question

2016-04-01 Thread Branko Čibej
On 01.04.2016 10:21, Johan Corveleyn wrote: > On Fri, Apr 1, 2016 at 9:32 AM, Stefan Sperling wrote: >> On Fri, Apr 01, 2016 at 05:36:34AM +, Daniel Shahaf wrote: >>> Normally, 'svn mv' does two things: (a) rename the file on disk, >>> (b) record in .svn/ that the rename had happened. As of 1

Re: SVN compatibility question

2016-04-01 Thread Johan Corveleyn
On Fri, Apr 1, 2016 at 9:32 AM, Stefan Sperling wrote: > On Fri, Apr 01, 2016 at 05:36:34AM +, Daniel Shahaf wrote: >> Normally, 'svn mv' does two things: (a) rename the file on disk, >> (b) record in .svn/ that the rename had happened. As of 1.8, we allow >> the user to tell 'svn mv' to do o

Re: SVN compatibility question

2016-04-01 Thread Stefan Sperling
On Fri, Apr 01, 2016 at 05:36:34AM +, Daniel Shahaf wrote: > Normally, 'svn mv' does two things: (a) rename the file on disk, > (b) record in .svn/ that the rename had happened. As of 1.8, we allow > the user to tell 'svn mv' to do only (b). We don't expose that ability > in the standard comm

Re: SVN compatibility question

2016-03-31 Thread Daniel Shahaf
Eric Ahlstrom wrote on Tue, Mar 29, 2016 at 11:53:03 -0600: > renaming/reorganizing files requires incredibly complex work arounds. What workaround? Do you refer to the need to call 'svn mv' to tell svn about the rename? Normally, 'svn mv' does two things: (a) rename the file on disk, (b) record

Re: SVN v(+) database versioning question

2016-03-31 Thread Stefan Hett
Hi Vit, Hello, may I ask a question: what would be the best way to achieve this with SVN: Database versioning scripts shall be (1) numbered (due to DBmaintain) and (2) incremental. ad 1) When a developer commits a script, I should get the next higher number than the last committed

Re: SVN compatibility question

2016-03-30 Thread Nico Kadel-Garcia
On Tue, Mar 29, 2016 at 1:53 PM, Eric Ahlstrom wrote: > To whom it may concern, > > Sorry, I'm not a software developer so this message is not following the > protocol for reporting bugs. Our company primarily deals with aircraft > electronics integration. Software is a small part of our operati

RE: SVN compatibility question

2016-03-30 Thread JT . Miller
[mailto:eric.ahlst...@borsight.com] Sent: Tuesday, March 29, 2016 12:53 PM To: users@subversion.apache.org Subject: SVN compatibility question To whom it may concern, Sorry, I'm not a software developer so this message is not following the protocol for reporting bugs. Our company primarily

Re: SVN compatibility question

2016-03-29 Thread Eric Johnson
That's an interesting problem you describe. I'm not familiar with SolidWorks, but you provide enough information to take some guesses. Subversion uses an "optimistic lock" design approach which might trigger some of the problems you're seeing. You say you wish to "prevent" users from editing the s

SVN compatibility question

2016-03-29 Thread Eric Ahlstrom
To whom it may concern, Sorry, I'm not a software developer so this message is not following the protocol for reporting bugs. Our company primarily deals with aircraft electronics integration. Software is a small part of our operations and our people have used Tortoise SVN successfully for years

SVN v(+) database versioning question

2016-03-26 Thread Vít Procházka
Hello, may I ask a question: what would be the best way to achieve this with SVN: Database versioning scripts shall be (1) numbered (due to DBmaintain) and (2) incremental. ad 1) When a developer commits a script, I should get the next higher number than the last committed script. E.g

Re: Question to svn merge (merge just parts of a diff)

2016-02-09 Thread Kai Behncke
27 schrieb Bert Huijben: -Original Message- From: Kai Behncke [mailto:kai.behn...@uni-osnabrueck.de] Sent: dinsdag 9 februari 2016 07:49 To: users@subversion.apache.org Subject: Question to svn merge (merge just parts of a diff) Dear users, I`m quite new to svn. I would like to know it the

RE: Question to svn merge (merge just parts of a diff)

2016-02-09 Thread Bert Huijben
> -Original Message- > From: Kai Behncke [mailto:kai.behn...@uni-osnabrueck.de] > Sent: dinsdag 9 februari 2016 07:49 > To: users@subversion.apache.org > Subject: Question to svn merge (merge just parts of a diff) > > Dear users, > > I`m quite new to svn.

Question to svn merge (merge just parts of a diff)

2016-02-08 Thread Kai Behncke
Dear users, I`m quite new to svn. I would like to know it the following in svn is possible: I have in (let`s say Revision 2) a file, that I have changed onetime (I deleted "B"), with the following content now: A C D Then, in Revision 3 an automatic update occurs. The new file has the con

Re: question about subversion 1.9 unicode normalization status

2015-08-13 Thread Dave Huang
On Aug 12, 2015, at 4:00, Branko Čibej wrote: > > Yay for misunderstandings. :) > > The problem with HFS is that it normalizes paths: regardless of how your > file names are (de)normalised when you create them, they're stored in > HFS in NFD form. I don't think I misunderstood anything; I said

Re: question about subversion 1.9 unicode normalization status

2015-08-12 Thread Branko Čibej
On 12.08.2015 00:11, Dave Huang wrote: > On Aug 11, 2015, at 15:35, Branko Čibej wrote: >> On 10.08.2015 18:46, Attila Soki wrote: >>> hi, >>> >>> i saw the entry "reimplement UTF-8 fuzzy conversion using utf8proc >>> (r1511676)" >>> in the changelog and hoped this would be the fix for >>> http:/

Re: question about subversion 1.9 unicode normalization status

2015-08-11 Thread Nico Kadel-Garcia
On Tue, Aug 11, 2015 at 7:12 PM, Stefan Sperling wrote: > On Tue, Aug 11, 2015 at 05:11:10PM -0500, Dave Huang wrote: >> On Aug 11, 2015, at 15:35, Branko Čibej wrote: >> > >> > On 10.08.2015 18:46, Attila Soki wrote: >> >> hi, >> >> >> >> i saw the entry "reimplement UTF-8 fuzzy conversion using

Re: question about subversion 1.9 unicode normalization status

2015-08-11 Thread Stefan Sperling
On Tue, Aug 11, 2015 at 05:11:10PM -0500, Dave Huang wrote: > On Aug 11, 2015, at 15:35, Branko Čibej wrote: > > > > On 10.08.2015 18:46, Attila Soki wrote: > >> hi, > >> > >> i saw the entry "reimplement UTF-8 fuzzy conversion using utf8proc > >> (r1511676)" > >> in the changelog and hoped thi

Re: question about subversion 1.9 unicode normalization status

2015-08-11 Thread Dave Huang
On Aug 11, 2015, at 15:35, Branko Čibej wrote: > > On 10.08.2015 18:46, Attila Soki wrote: >> hi, >> >> i saw the entry "reimplement UTF-8 fuzzy conversion using utf8proc >> (r1511676)" >> in the changelog and hoped this would be the fix for >> http://subversion.tigris.org/issues/show_bug.cgi?i

Re: question about subversion 1.9 unicode normalization status

2015-08-11 Thread Branko Čibej
On 10.08.2015 18:46, Attila Soki wrote: > hi, > > i saw the entry "reimplement UTF-8 fuzzy conversion using utf8proc (r1511676)" > in the changelog and hoped this would be the fix for > http://subversion.tigris.org/issues/show_bug.cgi?id=2464 > > but after a quick test it seems to be still broken.

question about subversion 1.9 unicode normalization status

2015-08-10 Thread Attila Soki
hi, i saw the entry "reimplement UTF-8 fuzzy conversion using utf8proc (r1511676)" in the changelog and hoped this would be the fix for http://subversion.tigris.org/issues/show_bug.cgi?id=2464 but after a quick test it seems to be still broken. is there any progress on fixig this bug? thank you

Re: [Question, Bug?] Subversion Windows

2015-08-01 Thread Dave Huang
On 8/1/2015 16:10, Daniel Shahaf wrote: Jens Drodofsky wrote on Fri, Jul 31, 2015 at 11:36:46 +0200: Hello, I didn't have any problems, all is working, but in the German language there are some letters (special characters: ä , ö, ü and ß) that are used in the command line. Example (Command): Ge

Re: [Question, Bug?] Subversion Windows

2015-08-01 Thread Daniel Shahaf
Jens Drodofsky wrote on Fri, Jul 31, 2015 at 11:36:46 +0200: > Hello, > I didn't have any problems, all is working, but in the German language > there are some letters (special characters: ä , ö, ü and ß) that are > used in the command line. > > Example (Command): > Geben Sie ¯svn help® f?r weiter

[Question, Bug?] Subversion Windows

2015-07-31 Thread Jens Drodofsky
Hello, I didn't have any problems, all is working, but in the German language there are some letters (special characters: ä , ö, ü and ß) that are used in the command line. Example (Command): Geben Sie ¯svn help® f?r weitere Hilfe ein. -- But it should be: Geben Sie »svn help« für

RE: A question about Path-Based Authorization in svn

2015-07-28 Thread David Aldrich
> > Thanks for your answer. So, to be absolutely clear, fred's access is 'rw'? > > Yes. Thanks again, David

Re: A question about Path-Based Authorization in svn

2015-07-28 Thread Branko Čibej
On 28.07.2015 11:23, David Aldrich wrote: >>> groupA = fred >>> groupB = fred, jane >>> >>> [myRepo:/] >>> @groupA = rw >>> @groupB = r >>> >>> Is fred's access to myRepo:/ 'rw' or 'r'? >> The user always gets the union of all rights given her by a rule; in other >> words, the maximum access right

RE: A question about Path-Based Authorization in svn

2015-07-28 Thread David Aldrich
> > groupA = fred > > groupB = fred, jane > > > > [myRepo:/] > > @groupA = rw > > @groupB = r > > > > Is fred's access to myRepo:/ 'rw' or 'r'? > > The user always gets the union of all rights given her by a rule; in other > words, the maximum access rights defined in any entry in a rule. Thanks

Re: A question about Path-Based Authorization in svn

2015-07-28 Thread Branko Čibej
On 28.07.2015 10:11, David Aldrich wrote: > Hi > > Path-Based Authorization is described here: > > http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html > > Having read that description, it is not clear to me what happens in this > situation: > > groupA = fred > groupB = fred

A question about Path-Based Authorization in svn

2015-07-28 Thread David Aldrich
Hi Path-Based Authorization is described here: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html Having read that description, it is not clear to me what happens in this situation: groupA = fred groupB = fred, jane [myRepo:/] @groupA = rw @groupB = r Is fred's acces

Re: svn diff --summarize question

2014-05-13 Thread Ben Reser
lt, svn diff ignores the ancestry of files and merely compares the > contents of the two files being compared. If you use --notice-ancestry, the > ancestry of the paths in question will be taken into consideration when > comparing revisions (i.e., if you run svn diff on two files with identica

Re: svn diff --summarize question

2014-05-13 Thread Ben Reser
On 5/13/14, 10:38 AM, Dan Ellis wrote: > I am actually running SVN 1.8.5 on a windows 7 box. I tried removing the > --new/--old to see if that would cause issues, but no avail: > > c:\Project_files\sandbox>svn diff --ignore-properties > "c:\project_files\sandbox\.txt"http://svr/repo/.txt@

Re: svn diff --summarize question

2014-05-13 Thread Ben Reser
On 5/13/14, 10:57 AM, Ben Reser wrote: > This appears to be a bug. It happens when you use one wc target and one > server > target. It doesn't appear on trunk, trying to track down where we fixed it > and > see how easy it would be to backport to 1.8.x. Looks like it was fixed with r1569804 on

Re: svn diff --summarize question

2014-05-13 Thread Dan Ellis
to the --notice-ancestry > flag: > > > > "By default, svn diff ignores the ancestry of files and merely compares > the > > contents of the two files being compared. If you use --notice-ancestry, > the > > ancestry of the paths in question will be taken into cons

svn diff --summarize question

2014-05-12 Thread Dan Ellis
ed-bean.com/en/1.7/svn.ref.svn.c.diff.html, it looks like the behavior I'm seeing is similar to the --notice-ancestry flag: "By default, svn diff ignores the ancestry of files and merely compares the contents of the two files being compared. If you use --notice-ancestry, the ancestry of th

How to block code merge from another branch based on branch path - quick question

2014-03-28 Thread Zk W
Hi All We like to block any code merges from branch A to branch B when someone makes changes to certain folders in branch A. In SVN, we learn that we could block using --record-only on branch B with revision number from branch A. How can we block based on branch A paths ? We ask because we like

Re: Question on commit

2014-03-27 Thread Andreas Stieger
Hello, On 27/03/14 20:21, Havlovick, Ron wrote: > When you commit a file, send an email to the author, or for that matter > anyone, that the file has been committed back into the repository Read about post-commit hooks. http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html#svn.reposad

Question on commit

2014-03-27 Thread Havlovick, Ron
Could ya'll let me know if this is possible. If so, I will attempt to figure it out. When you commit a file, send an email to the author, or for that matter anyone, that the file has been committed back into the repository Thanks Ron g. Havlovick __

Re: svnhook question

2014-03-15 Thread Johan Corveleyn
Op 15-mrt.-2014 04:08 schreef "Andreas Stieger" : > > Hello, > > On 14/03/14 17:15, Havlovick, Ron wrote: > > When the last person commits their files into svn, post svnhook I > > believe, an asci file will be created or written to, which contains the > > revision number of that last svn commit. >

Re: A question about committing a deleted file

2014-03-15 Thread Bert Huijben
Running update on the working copy after that commit will automatically remove the lock from the working copy. (An update between the stealing of the lock and the delete would do the same thing). When a node is deleted from the working copy during update or switch your client can't be sure why

A question about committing a deleted file

2014-03-14 Thread Zi Wang
Hello, please help me to understand this: Here is the scenario: Two person A and B are working on the same project and both have a working copy on their machine, A: Lock(check out) a file, call it FILE_X B: Break FILE_X's lock, then Delete FILE_X and Commit A: Update (now FILE_X is gone on A's w

Re: svnhook question

2014-03-14 Thread Andreas Stieger
Hello, On 14/03/14 17:15, Havlovick, Ron wrote: > When the last person commits their files into svn, post svnhook I > believe, an asci file will be created or written to, which contains the > revision number of that last svn commit. Contrary to what Henrik wrote.. just ad a post-commit hook with

Re: svnhook question

2014-03-14 Thread Henrik Carlqvist
On Fri, 14 Mar 2014 17:15:15 + "Havlovick, Ron" wrote: > This is for a fpga and I want the svn revision number to be within the > FPGA. When the revision register is read, it agrees with the svn > revision number. > > Not how to do it. Is it possible? It seems to me as if you are looking for

Re: Question regarding mod_authnz_svn configurations

2014-03-14 Thread Stefan Sperling
On Fri, Mar 14, 2014 at 10:12:07AM -0500, Matthew Hamilton wrote: > I have read the Subversion book regarding the configuration of > mod_authnz_svn and mod_dav_svn for apache as the Subversion server. It's called 'mod_authz_svn'. > I am making use of mod_authnz_ldap to restrict access to our repo

svnhook question

2014-03-14 Thread Havlovick, Ron
I hope I am not posting this to the group incorrectly. I got thrown into this by my boss and so now I am just beginning to do some homework. Not asking how to do it, just if ya'll think it can be done. When the last person commits their files into svn, post svnhook I believe, an asci file will

Re: Question regarding mod_authnz_svn configurations

2014-03-14 Thread Matthew Hamilton
Below is my apache config for SVN: httpd.conf: # mod_dav_svn configuration DAV svn SVNParentPath /opt/web/subversion/repos # mod_authn_core configuration AuthType Basic AuthName "Authorized Developers Only" # mod_auth_basic AuthBasicProvider ld

Re: Question regarding mod_authnz_svn configurations

2014-03-14 Thread Philip Martin
Matthew Hamilton writes: > I would like to be able to define the groups based on ldap groups > > [groups] > proj1-devs = CN=proj1_developers,ou=ldap,dc=mycorp,dc=com > proj2-devs = CN=proj2_developers,ou=ldap,dc=mycorp,dc=com > > [proj1:/] > proj1-devs = rw > proj2-devs = r > > [proj2:/] > proj1-

Question regarding mod_authnz_svn configurations

2014-03-14 Thread Matthew Hamilton
I have read the Subversion book regarding the configuration of mod_authnz_svn and mod_dav_svn for apache as the Subversion server. I am making use of mod_authnz_ldap to restrict access to our repositories based on ldap-group membership and we are using Active Directory as our LDAP server. I want

Re: Repository Structure Question

2014-01-03 Thread Thomas Harold
On 1/2/2014 5:25 PM, Mike Fochtman wrote: Currently the team hasn't used any form of version control on these applications because 'it would be too hard...' I think you can get 99% of the way there by making sure that application 'A' is under full version control. Some version control is bette

RE: Repository Structure Question

2014-01-03 Thread Bob Archer
> I'm part of a small development team (currently 4). We have two > applications used in-house that consist of about 1900 source files. The two > applications share about 1880 of the files in common, and there are only > about 20 different between them. > > For a lot of complicated reasons I won'

Re: Repository Structure Question

2014-01-02 Thread Eric Johnson
If you can separate out the twenty files that might be different between the two projects - put them into a different folder for the "A" application as well, and not just for "B" - then your process likely gets even easier. Then you can have the files in "B" be a straight up ongoing branch of

Repository Structure Question

2014-01-02 Thread Mike Fochtman
I'm part of a small development team (currently 4). We have two applications used in-house that consist of about 1900 source files. The two applications share about 1880 of the files in common, and there are only about 20 different between them. For a lot of complicated reasons I won't go int

  1   2   3   4   5   6   7   >