Re: Repo browser not opening

2020-04-09 Thread Eric Johnson
In order to get useful help from this list, you will probably need to provide more details than you're offering here. What repository browser are you using? What version? What operating system are you on? What kind of Subversion server are you connecting to? What version? What operating system on

Re: Cannot get info for a file that was inside of file-replaced directory

2019-11-18 Thread Eric Johnson
Interesting. It appears that svn ls of "dir@1" works fine. As does svn cat of "dir/file@1". svn proplist of "dir/file@1" appears to work as well. svn log -v appears to be incomplete, as it shows "dir" removed, but not also added in the revision. svn info fails, as you note. Looks like a bug to

Re: Subversion and JIRA integration

2019-09-30 Thread Eric Johnson
Hi Ragu, Your question is sort of a tricky one. Well, at least parts of it are. But here's an attempt at an answer. On Sun, Sep 29, 2019 at 9:50 PM Ragu Nathan wrote: > > Hi, > > I would like to know the Subversion can be integrate with JIRA bug > tracking tool. > Yes, but it depends on your

Python 3.X bindings for Subversion on MacOS?

2019-09-24 Thread Eric Johnson
I'm writing some python hook scripts to work with Subversion. I've used MacPorts to install Subversion. Looking around I see that MacPorts only has a package for "subversion-python27bindings", and none for python37. Is this just a limitation of MacPorts packaging of the official python bindings?

Re: which review tools are suitable for codes versioned by svn

2019-08-12 Thread Eric Johnson
ReviewBoard. Eric > On Aug 10, 2019, at 9:18 PM, wuzhouhui wrote: > > Hi, > > I'm searching some review tools which are suitable for codes versioned > by Subversion, any recommends? >

Re: Reg: SVN subversion checkout issue in ubuntu

2019-07-16 Thread Eric Johnson
Hi Surendar, More help might arise on this list if you can provide more details. What version of the Subversion client are you using (svn --version)? What version of Subversion is running on the server you're trying to access, and what host OS? On Tue, Jul 16, 2019 at 12:42 AM Surendar Dharani

Re: Unsubscribe

2019-06-17 Thread Eric Johnson
If you look in the original source of the email, you'll see one of the message headers is: List-Unsubscribe: I suspect you'll have more success with that address. Eric. On Sun, Jun 16, 2019 at 10:25 AM Michael Mueller wrote: > Unsubscribe >

Re: Importing from a working copy ... bad idea?

2019-04-17 Thread Eric Johnson
Sounds like you might want to take advantage of svn:externals. http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html Eric. On Wed, Apr 17, 2019 at 3:51 PM Mun Johl wrote: > Hi, > > We're using SVN version 1.8.19 on Red Hat Enterprise Linux 6.8 . > > For a new project we are about

Re: Add changes from a local svn repo to the same but older repo on a server with history

2019-04-03 Thread Eric Johnson
On Tue, Apr 2, 2019 at 10:08 PM wrote: > > On 04/01 09:23, Eric Johnson wrote: > > Hi mcc, > > > > On Mon, Apr 1, 2019 at 5:40 AM wrote: > > > > > Hi, > > > > > > (I am not subscribed and appreciate to be CC:ed by any reply to my >

Re: Add changes from a local svn repo to the same but older repo on a server with history

2019-04-01 Thread Eric Johnson
Hi mcc, On Mon, Apr 1, 2019 at 5:40 AM wrote: > Hi, > > (I am not subscribed and appreciate to be CC:ed by any reply to my > question. Thank you! :) ) > > The setup is some freaking weired and I am no native speaker... > > The setup: There is a remote SVN-server, I can only access via PC "A" at

Re: --normalize-probs doesn't do its thing

2019-03-26 Thread Eric Johnson
Just FYI, I've found that svnsync automatically fixes these problems. My pattern for old repositories has been to perform the svnadmin dump / load with --bypass-prop-validation. Then use svnsync to copy yet again to another copy of the repository. Then remove the sync properties on rev 0. Eric.

Re: Why does svn up give me a different file than in the repo

2019-03-05 Thread Eric Johnson
Possibly a line-ending conversion? http://svnbook.red-bean.com/nightly/en/svn.advanced.props.file-portability.html#svn.advanced.props.special.eol-style Check to see if the svn:eol-style property is set. Eric On Tue, Mar 5, 2019 at 10:34 AM Satya Mishra wrote: > Hi, > > I recently encountered

Re: Subversion Version Control

2019-01-25 Thread Eric Johnson
Hi Gennar, On Fri, Jan 25, 2019 at 12:07 PM Gillead, Gennar < gennar.gill...@teradata.com> wrote: > Eric, > > Thanks for response. I haven't used SVN but my client currently uses it > and looking for a certain functionality before considering replacing it. > To be more specific can you define

Re: Subversion Version Control

2019-01-25 Thread Eric Johnson
On Thu, Jan 24, 2019 at 10:56 PM Gillead, Gennar < gennar.gill...@teradata.com> wrote: > Subversion, > > > > Does tool have functionality to change key words in code as its migration > through SDLC from DEV to QA to UA/SIT to PROD? Below is replacement that > will have to occur during migration.

Re: help of SVN

2019-01-11 Thread Eric Johnson
On Fri, Jan 11, 2019 at 3:34 AM public1979 wrote: > Hello, > I'm a new user of subversion. > My version is "svn, version 1.6.11 (r934486)",i have some questions about > *svnsync* . > I made a svn mirror from server A to server B. it could work first few > days until an accidental power failure.

Re: Using wild cards to specify usernames in svn auth file

2018-10-26 Thread Eric Johnson
I don't believe that Subversion implements a way to do that directly. For the server I help manage, we generate access files from a combination of sources, which then lets us auto-generate lists of users, rather than maintain a list in an editor. Sounds like that could be the right approach in

Re: Migration a Git archive to subversion

2018-07-10 Thread Eric Johnson
In general, this isn't precisely possible, because Git has a different data-model than Subversion, which is probably why you don't see many tools automating this. Tags: In Git, a tag is just a pointer to a revision. In Subversion, a tag is a separate revision of the repository, represented by a

Re: LDAP authenticate problem

2018-05-22 Thread Eric Johnson
The question relates to to either Apache, or the ActiveDirectory configuration, not Subversion, from the looks of it. The mailing lists for httpd will probably be able to give better advice more quickly. Eric. On Mon, May 21, 2018 at 2:41 PM, Paul Nguyen wrote: > I’m

Re: Subversion Exception during cleanup

2018-05-17 Thread Eric Johnson
Start with upgrading to a newer version of TortoiseSVN. Eric. On Thu, May 17, 2018 at 12:40 AM, Hartmut Leister wrote: > I encountered the following exceptions (see below) in the mid of > SVN-Cleanup. > > What I was doing: > - SVN-merge via TortoiseSVN, stopped with Error

Re: Moving SVN from one server to another

2018-04-23 Thread Eric Johnson
It should be OK to use rsync, so long as the "old server" is not in use and the repositories are not being modified while you're syncing them. Then, I strongly recommend a dump and load on the new server. Eric. On Mon, Apr 23, 2018 at 3:19 PM, Paul Greene wrote: >

Re: Is svnadmin load affected by hooks?

2018-03-29 Thread Eric Johnson
Hi Bo, On Thu, Mar 29, 2018 at 2:29 PM, Bo Berglund <bo.bergl...@gmail.com> wrote: > On Thu, 29 Mar 2018 10:23:34 -0700, Eric Johnson <e...@tibco.com> > wrote: > >On Wed, Mar 28, 2018 at 8:17 PM, Bo Berglund <bo.bergl...@gmail.com> > wrote: > > > &

Re: Is svnadmin load affected by hooks?

2018-03-29 Thread Eric Johnson
Hi Bo, On Wed, Mar 28, 2018 at 8:17 PM, Bo Berglund wrote: > When I load a dump into an empty repo, will the operation be affected > by the hooks I have already set up for svnsync? > If you're dumping into an empty repository, that typically resets the repository UUID

Re: No longer get multiple icons

2018-03-16 Thread Eric Johnson
Hi Victor, It sounds like you might be using TortoiseSVN. Most likely you'll get a better answer asking people familiar with that project. This email list is specifically for the core SVN functionality, not the GUI clients. Eric. On Fri, Mar 16, 2018 at 9:53 AM, Victor A. Wagner Jr.

Re: regarding downloading subversion

2018-02-08 Thread Eric Johnson
Unfortunately, it is difficult to tell from your email what your question is. And because of that, it is also difficult to tell if this is the right forum for addressing your question. Not meaning to be rude or dismissive, but can you provide more details? The email says "not able to complete the

Re: Hiding Subversion version number

2017-12-16 Thread Eric Johnson
Hiding the version information is but a piece of the puzzle. It won’t save a server from a persistent attacker. However, hiding the server software, and the software version, makes it harder for “drive-by” attackers to discover that your server is vulnerable. They don’t generally want to spend the

Re: Recommended apr / openssl etc. library version for svn ?

2017-11-21 Thread Eric Johnson
I don't know if this helps, but I run Subversion on a Gentoo system, which is constantly upgrading to newer versions of software. Gentoo does a really good job of only marking stuff stable when it is actually stable. So if Gentoo doesn't have openssl 1.1 in use, there's a really good reason. This

Re: Subversion version 1.6.11 (r934486) package

2017-09-22 Thread Eric Johnson
Hi Fei, On Fri, Sep 22, 2017 at 9:16 AM, Fei Peng wrote: > Hello, > > Can you please tell me where I can get Subversion version 1.6.11 (r934486) > package? I need to setup a 1.6.11 server on centos7, then migrate our > current svn 1.6.11 on centos5.6 to the 1.6.11 server on

Re: Checksum mismatch still with 1.8.19

2017-08-29 Thread Eric Johnson
Does an svnadmin load, with the same dump file, work without errors, when you load back into version 1.8.5? How did you create the dump file? Did you use the incremental form with deltas? Eric. On Tue, Aug 29, 2017 at 9:58 AM, Grant Drake wrote: > Our current

Re: 【wait on line】weird question about svnsync

2017-07-20 Thread Eric Johnson
This could be for a number of reasons. Perhaps your original repository is an older format? If that's the case, and your mirror is a newer format, then the newer format could be packing and finding binary duplicates much more effectively than is possible using the older format. Eric. On Thu,

Re: [wait on line]about svnsync

2017-05-19 Thread Eric Johnson
As best I can tell, the problem is that your hook scripts end in ".sh". The file name should just be "pre-revprop-change". Eric. On Thu, May 18, 2017 at 11:39 PM, Dummy <3295285...@qq.com> wrote: > dear subversion: > when i exec : svnsync init svn://192.168.5.32/CMMI-mirror >

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

Re: Facing issues in Enable editing log messages.

2017-05-17 Thread Eric Johnson
The failures shown in your screenshot are due to authentication, and appear to be unrelated to Subversion. It would appear that the csvn user is either an invalid user or you have the wrong password. Eric. On Wed, May 17, 2017 at 3:26 AM, Ramamurthy, Manochitra < mramamur...@intevaproducts.com>

Re: so urgent

2017-05-11 Thread Eric Johnson
That is a very old version of the client. You probably want to upgrade your client to something newer before you try anything else. Eric On May 11, 2017, at 10:36 PM, tina S. wrote: Hello, i was working with the svn and tried to revert some files then i started

Re: File storage

2017-03-27 Thread Eric Johnson
Also, possible to have a Subversion repository accessible with a file:/// URL, rather than using an http(s):// or other URL. Perhaps that is an answer to your question, in the sense that no "server" is required? While that kind of arrangement might work for tracking individual work, sharing a

Re: SVN log --revision "{2017-02-23T18:53Z}:{2017-02-24T02:46:15.225107Z}" not parsing date correctly?

2017-02-24 Thread Eric Johnson
That's an interesting one. I don't know why you're seeing the behavior you're seeing. However, I can tell you that relying on the date is probably a mistake. Instead, better to capture the revision # for the repository, and log for revision #s after the last one you got. There are scenarios in

Re: Checkout through link ignores rev parameter

2017-01-24 Thread Eric Johnson
What version of the Subversion client & server are you using? Eric On Mon, Jan 23, 2017 at 10:54 AM, Dalton, Bill (GE Energy Connections) < bill.dal...@ge.com> wrote: > We have projects which share some of the files in the subversion folders > but not all. So, those projects put their files

Re: post-commit hook

2016-12-11 Thread Eric Johnson
By any chance does the gmail account in question now have two factor authentication turned on? Eric Sent from my iPad > On Dec 11, 2016, at 6:21 PM, João M. S. Silva > wrote: > > [I'm not subscribed to the list, please CC me.] > > Hi, > > I have been using

Re: Svn branching issue

2016-11-07 Thread Eric Johnson
lose history. Eric. On 7 Nov 2016 23:37, "Eric Johnson" <e...@tibco.com <mailto:e...@tibco.com>> wrote: On 11/7/16 9:58 AM, gyanendra ojha wrote: hi eric, that is the issue, new branch created from old location is having the old

Re: Svn branching issue

2016-11-07 Thread Eric Johnson
move, because that would not reflect the actual history! That would be re-writing history as if folder "a" never existed. Eric. i hope now u understand my issue On Mon, Nov 7, 2016 at 10:42 PM, Eric Johnson <e...@tibco.com <mailto:e...@tibco.com>> wrote: On 11/6/1

Re: Svn branching issue

2016-11-07 Thread Eric Johnson
On 11/6/16 10:26 PM, gyanendra ojha wrote: Hi, I was assigned a task to move a branch or folder to different location in svn Making sure that history of the old branch is retained and not lost I was able to do it and history was showing in even new branch But my problem is that when i do

Re: SVN Properties

2016-11-01 Thread Eric Johnson
naming scheme by which to tie disparate components together using the property feature. Perhaps that's not possible. The properties are not the same as a "tagging" mechanism that you might find in other contexts. Eric. On Tuesday, November 1, 2016 2:36 PM, Eric Johnson <e...@

Re: SVN Properties

2016-11-01 Thread Eric Johnson
Hi Amad On 11/1/16 10:26 AM, CM Analyst wrote: Hello, In our environment, there is a need to identify one or more set of files with a custom attribute. I expect SVN properties is the way to go? For a given set of .exes, I want to attach an attribute using the SVN property called "RC: Release

Seeing very slow performance with svnadmin verify

2016-11-01 Thread Eric Johnson
Using: svnadmin --version svnadmin, version 1.9.4 (r1740329) The first time I ran into this, I simply added the -M option. Since the default is reported just "16", I added "-M 384", and noticed a significant speed bump. However, I've got a repository where even this big jump didn't fix the

Re: History split after server-side mkdir/mv

2016-10-27 Thread Eric Johnson
On 10/27/16 7:04 AM, Dario Niedermann wrote: I have a repository I had made in a pinch, without any directory structure, just adding files to the root. When the time came to add some method to the madness, I created the 3 canonical directories, then moved (server-side) all files to 'trunk/'.

Re: Cannot add files due to hierarchical RDC svn:auto-props when matching rules merge properties between text and binary file types

2016-10-12 Thread Eric Johnson
Your constraints, as currently specified, seem to require actual logic Thoughts follow your email. On 10/12/16 1:44 PM, Rob Hofer wrote: We have a rather common use case where we have an svn:auto-props rule set globally (set on root of repository) to define source code files as text

Re: Implementing the Lock->Edit->Unlock cycle

2016-09-29 Thread Eric Johnson
On 9/29/16 4:58 AM, Anton Shepelev wrote: Thanks to everybody for their replies. Eric Johnson to Anton Shepelev: "svn update" is your friend. Just encourage users to do updates before they start editing. Is there no protection against an oblivious users's losing a day's w

Re: Migrating old format repositories (format 4), running into bad line endings

2016-08-22 Thread Eric Johnson
Thanks for the reply. On 8/22/16 5:25 PM, Daniel Shahaf wrote: Eric Johnson wrote on Mon, Aug 22, 2016 at 14:29:47 -0700: * // move original repo out of the way, move new copy into position. At the comma you should restart the server to flush caches: http://mail-archives.apache.org

Re: Migrating old format repositories (format 4), running into bad line endings

2016-08-22 Thread Eric Johnson
Hi Mark, On 8/22/16 2:06 PM, Mark Phippard wrote: On Mon, Aug 22, 2016 at 2:11 PM, Eric Johnson <e...@tibco.com <mailto:e...@tibco.com>> wrote: So I wrote myself a tool to go through all commit comments, and verify that no "CRs" appear in the svn:log entry.

Migrating old format repositories (format 4), running into bad line endings

2016-08-22 Thread Eric Johnson
So I wrote myself a tool to go through all commit comments, and verify that no "CRs" appear in the svn:log entry. If I find them, I rewrite the log entry. That way, I can clean up existing repositories. However, I ran into a surprise. CR characters have also snuck into the svn:ignore property,

Re: securing of correct transmit

2016-07-22 Thread Eric Johnson
Hi Lars, On 7/22/16 1:56 AM, Krueger, Lars (CQSE) wrote: Hello together, I need to know how SVN ensures that each item (comminting or updateing) is correctly transmitted from/ to a repository. If I use ‘svn info’ command I can see a ‘Checksum’ for a file. Do you use this Checksum? I have

Re: Component mangement and Subversion

2016-06-17 Thread Eric Johnson
This might seem a little off topic, and a long read, but might be useful for thinking about your problem: https://medium.com/@sdboyer/so-you-want-to-write-a-package-manager-4ae9c17d9527#.1g117atv5 Unfortunately, the answer you seek probably depends a little bit on what language you're working

Re: SVN

2016-05-27 Thread Eric Johnson
On 5/27/16 12:57 PM, Joseph Bruni wrote: On May 26, 2016, at 10:09 PM, PERRY JENNINGS wrote: Family Dollar has implemented SVN and about sixty percent of projects within the organization currently uses this repository to maintain source code for object-oriented

Re: LDAP Usage Question

2016-05-24 Thread Eric Johnson
We scan our LDAP server, and generate group information from that, and then apply that to our version control servers. Eric. On 5/24/16 12:51 AM, Dariusz Nowak wrote: Hello, I'm new in subversion world and tried to research something yesterday - without success, so decided to post here.

Re: New Mac Subversion Client

2016-05-20 Thread Eric Johnson
On 5/20/16 6:27 AM, Jonathan Guy wrote: OK just to clarify. The app currently has "built-in" libraries for subversion 1.6.23, 1.7.22, 1.8.15, and 1.9.3. It does not use any installed version you may have. The libraries are loaded dynamically into their own namespace on demand meaning all

Re: Blank lines

2016-05-04 Thread Eric Johnson
Hi Darek, On 5/4/16 4:43 AM, Dariusz Staniak wrote: How can I force svn status not to indicate files with added/removed blank lines as modified? You can't. Subversion has to treat all changes to files as relevant. Consider something like Markdown - an extra blank line means a paragraph break.

Re: SVN and Active Directory

2016-04-19 Thread Eric Johnson
Absolutely, but by way of using Apache mod_auth_ldap, and AD's LDAP API. Eric On 4/19/16 12:53 PM, Gronde, Christopher (Contractor) wrote: Has anyone in here successfully integrated SVN with Active Directory for user authentication? We are currently using FreeIPA and user account

Re: An established connection was aborted by the software in your host machine.

2016-04-15 Thread Eric Johnson
I've seen this kind of error, and usually it seems to map to problems with the network connectivity. In addition to checking for Apache configuration, also check for proxies that might be disrupting the communication. You're also using a very old version of the Subversion server, and presumably

Re: Clarifications using Subversion

2016-04-12 Thread Eric Johnson
While the other response gives you the clues to (mostly) enforce what you want, I strongly encourage you to consider how to avoid using tooling to solve what is probably really a management problem. The more you customize your hooks, the more difficult it might be to move your Subversion

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

Re: Modifying svn:log property: good or bad?

2016-02-26 Thread Eric Johnson
> > On Feb 26, 2016, at 12:42, Eric Johnson <e...@tibco.com> wrote: > > We looked at this problem, and decided that typos were not sufficient > reason to tamper with history. > > However, committers sometimes forget critical information, such as the bug > # associated

Re: Modifying svn:log property: good or bad?

2016-02-26 Thread Eric Johnson
We looked at this problem, and decided that typos were not sufficient reason to tamper with history. However, committers sometimes forget critical information, such as the bug # associated with a commit, or other information critical to a useful audit trail. To avoid losing history, and yet

Re: Help extending subclipse

2016-02-11 Thread Eric Johnson
Wrong mailing list. You probably want the "dev" mailing list from this page: http://subclipse.tigris.org/ds/viewForums.do Eric. On Thu, Feb 11, 2016 at 8:27 AM, Brunoais wrote: > Hi, > > I want to make a plugin to the subclipse. > Broadly speaking, it would work like

Re: Creating working copy without checkouting- to use svn add and svn ci form cron for /home

2015-12-11 Thread Eric Johnson
Your questions are somewhat confusing, because you seem to state a number of different problems that you want to solve: - which students are copying? - how to do a checkout without a working copy? - can you just copy the .svn folder of a working copy some place else? (And expect what to work,

Re: Unexpected HTTP status 400 'Bad request'.

2015-12-08 Thread Eric Johnson
Is it feasible to dump and load the repository in question? You could re-load it, and see if the repository still has problems. On the other hand, if the load fails at a specific revision, that might give you more of a clue about what is going wrong. Eric. On Mon, Dec 7, 2015 at 10:13 PM,

Re: undo svnadmin pack

2015-12-02 Thread Eric Johnson
Best I can think of is to dump the repo, create a new one to load it into, turn off packing on the target repo, and then do the load. Eric. On Wed, Dec 2, 2015 at 3:54 AM, Ignacio González (Eliop) < igtorque.el...@googlemail.com> wrote: > Hello. > > Is there a simple way to undo the effects of

Re: Authentication in Subversion 1.8+

2015-10-29 Thread Eric Johnson
My guess is that it is somehow related to inherited properties. https://subversion.apache.org/docs/release-notes/1.8.html#iprops Eric. On Thu, Oct 29, 2015 at 7:37 PM, Mark Bidewell wrote: > We have a Subversion repository which by default requires authentication >

Re: how to integrate a zip based archive into svn

2015-10-18 Thread Eric Johnson
Check out the svn_load_dirs script. Look for the instructions in the manual under managing the "vendor" branches. There will still be a bunch of work to resolve moves & renames, but should be much easier. Eric > On Oct 18, 2015, at 1:13 AM, Eckard Klotz wrote: > >

Re: Access to non SVN files via svn property - Feature request

2015-10-16 Thread Eric Johnson
Sounds like you're trying to solve the problem with the wrong tool. What you probably want is a build system that fetches binary/built dependencies for you. Since you're using Nexus, why not use Maven to fetch said large binaries? You may need to spend time wrapping some of your binaries up with

Re: Problem in reading the Subversion directory - Please help

2015-10-10 Thread Eric Johnson
s: >> >> [Fri Oct 09 08:53:54 2015] [error] Access denied: - OPTIONS KH:/ >> >> >> Regards >> >> Ranjit Singh >> >> On Fri, Oct 9, 2015 at 6:19 AM, Eric Johnson <e...@tibco.com> wrote: >> >>> I don't see any obvious oversights.

Re: Problem in reading the Subversion directory - Please help

2015-10-08 Thread Eric Johnson
I don't see any obvious oversights. Check your Apache log files to see what's in the error log. Eric. On Thu, Oct 8, 2015 at 7:41 AM, Ranjeet Singh wrote: > Hi Team, > > I have installed SVN in my linux box and I am using version 1.6.11 > (r934486) of SVN and I am

Re: Leightweight tools for automated svn update + some scripting

2015-10-02 Thread Eric Johnson
As Joseba indicated, try Ansible. Salt Stack also has an "agentless" mode. I use Ansible to deploy / configure Subversion and mirrors. And of course, then you can track your configuration changes in version control. As this question is somewhat off topic from this mailing list, I suggest

Re: Data lost in a subversion repository

2015-09-29 Thread Eric Johnson
First do an svnadmin verify, and see where that fails If that works, see if you can do an svnadmin dump with different ranges, and see if you can figure out the revisions where it fails. If you can identify specific revisions that are broken, you might be able to recreate them manually.

Re: path based authz and write-through proxy

2015-09-24 Thread Eric Johnson
In our deployment with mirrors, the access file is generated from information stored in Subversion. The act of mirroring the repository with the access information in it triggers the post-commit hook which updates the permissions locally. Eric. On Thu, Sep 24, 2015 at 12:34 PM, Aaron Friesen

Re: Incomplete SVN dump files

2015-09-16 Thread Eric Johnson
Hi Bert, On Wed, Sep 16, 2015 at 2:33 AM, Bert Huijben <b...@qqmail.nl> wrote: > > > > -Original Message- > > From: Andreas Mohr [mailto:a...@lisas.de] > > Sent: woensdag 16 september 2015 07:48 > > To: Eric Johnson <e...@tibco.com> > >

Re: Incomplete SVN dump files

2015-09-16 Thread Eric Johnson
Hi Brane, >> On Sep 16, 2015, at 11:28 AM, Branko Čibej <br...@apache.org> wrote: >> >> On 16.09.2015 20:03, Eric Johnson wrote: >> Hi Bert, >> >>>> On Wed, Sep 16, 2015 at 2:33 AM, Bert Huijben <b...@qqmail.nl> wrote: >>> >&g

Re: Incomplete SVN dump files

2015-09-16 Thread Eric Johnson
. Eric > On Sep 16, 2015, at 3:52 PM, Daniel Shahaf <d...@daniel.shahaf.name> wrote: > > Eric Johnson wrote on Wed, Sep 16, 2015 at 11:03:08 -0700: >> So if the dump of the last commit is incomplete, I an error code tells me, >> what, exactly? That I need to manually

Re: Incomplete SVN dump files

2015-09-15 Thread Eric Johnson
, and must discard the last commit. Eric. On Tue, Sep 15, 2015 at 6:09 AM, Eric Johnson <e...@tibco.com> wrote: > Hi Bert, > > The files that made it into the dump file were complete. It is just that > the last commit in the dump file didn't have all of the files it was >

Re: Incomplete SVN dump files

2015-09-15 Thread Eric Johnson
whole node edit is missing it is still a complete dumpfile and there is no way the current dump doesn’t know when a revision is done. (This allows editing the revisions in this format; as is sometimes done on migrations) Bert *From: *Eric Johnson *Sent: *dinsdag 15 september 2015 0

Incomplete SVN dump files

2015-09-14 Thread Eric Johnson
I'm in a situation where I'm dumping Subversion repositories from remote locations (using svnrdump). The repositories are big enough, and the network connections between destinations just unstable enough that the repositories aren't making it all in one dump call. I've noticed, for one repository

Re: svnsync: Authorization failed

2015-09-14 Thread Eric Johnson
Two quick thoughts (I'm not a developer, just a user of Subversion): 1) 1.6.6 is old. If you can upgrade, you might get easier to understand error messages. 2) The sync operation is trying to sync *from* some other place. Given that your credentials to access the zch124... repository may be

Re: Problem with checkout when using timestamp

2015-09-10 Thread Eric Johnson
re import. > > > > Best regards, > > Sascha > > ***I am not subscribed so please be so kind to add me to CC regarding this > topic.*** > > > > > > *Von:* Eric Johnson [mailto:e...@tibco.com] > *Gesendet:* Dienstag, 8. September 2015 18:05 > >

Re: Problem with checkout when using timestamp

2015-09-08 Thread Eric Johnson
t; In my point of view subversion server should at least, if such wrong > log-entries could not be avoided, send a more meaningful error response > than 500 Internal Server Error. > > > > Sascha > > > > *I am not subscribed so please be so kind to add me to CC regar

Re: Problem with checkout when using timestamp

2015-09-07 Thread Eric Johnson
I have run into what might be the same issue. Can you perform svn log operations using timestamps? Or does that also trigger an internal server error? My guess is that you have some revisions in your repository that are empty, probably because you did a filter on a dump, but preserved revisions.

Re: Access configuration for leaves in one working copy

2015-09-07 Thread Eric Johnson
ne working copy to be able to move resources from one leaf to > another or to commit changes that affect multiple leaves in one changeset. > The leaves belong to one project, so it was a logical choice to have them in > one working copy. > > Regards, > Holger > > >> On 07

Re: Access configuration for leaves in one working copy

2015-09-07 Thread Eric Johnson
Why do you need one working copy? > On Sep 7, 2015, at 5:31 AM, Holger Schmidt wrote: > > Hi, > > There is a repository with this directory tree: > > root > +- dir_a > +- dir_b > | +- dir_c > | +- dir_d > +- dir_e > +- dir_f > +- dir_g > > Because there is sensible

Re: SVNListParentPath without path based authz checks?

2015-08-13 Thread Eric Johnson
Hi Thorsten, On Thu, Aug 13, 2015 at 12:10 AM, Thorsten Schöning tschoen...@am-soft.de wrote: Guten Tag Eric Johnson, am Montag, 10. August 2015 um 22:55 schrieben Sie: We let Subversion limit the listed repositories, and we have a separate generated list of repositories. How do you

Re: SVNListParentPath without path based authz checks?

2015-08-10 Thread Eric Johnson
Curious. You've come to the opposite conclusion from what we've deployed at my company. We let Subversion limit the listed repositories, and we have a separate generated list of repositories. That way, you're not playing with Subversion's access file to try to get it right. Leave that alone, and

Re: Feature request: Save the old file when svn revert

2015-07-21 Thread Eric Johnson
Seems to me that stashing the before-reverted copies could go into some recycle bin / trash folder underneath the .svn folder at the root of the working copy. And by default, the client could clean out files time-stamped over a month old, so it doesn't perpetually grow. Cleanup could happen on

Re: Sync-ing two SVN repositories

2015-07-20 Thread Eric Johnson
Sounds like you want to use an approach called vendoring. http://svnbook.red-bean.com/en/1.7/svn.advanced.vendorbr.html Effectively, you get dumps from the vendor, and vice-versa(?). You shouldn't care / need to care what their source looks like, or even where it comes from. You just want to

Re: Performance issue with svn export [svn 1.8.11]

2015-05-29 Thread Eric Johnson
+01:00 Eric Johnson e...@tibco.com: Looks like nobody has responded yet. I've certainly not encountered that behavior. I think you'll need to provide more information. The problem could stem from so many places. Could be, for example, that you've got a virus scanner, and when you export

Re: Performance issue with svn export [svn 1.8.11]

2015-05-28 Thread Eric Johnson
Looks like nobody has responded yet. I've certainly not encountered that behavior. I think you'll need to provide more information. The problem could stem from so many places. Could be, for example, that you've got a virus scanner, and when you export the 30K files, you're exporting files that

Re: SVN write through proxy out off sync

2015-05-15 Thread Eric Johnson
Looks to me like the sync failed at one point, and there's a pending lock on the mirror repository. Remove the lock and try the sync again. On Fri, May 15, 2015 at 3:10 AM, Mustafa Karci m...@theipcompany.nl wrote: Today ore svn mirrror got out off sync. The setup is as the headline describes.

Re: Reoganizing svn structure and error shares no common ancestry

2015-03-19 Thread Eric Johnson
on more things), so perhaps in some cases just deleting and a clean checkout may be faster. Bert *From:*Eric Johnson [mailto:e...@tibco.com e...@tibco.com] *Sent:* dinsdag 17 maart 2015 23:14 *To:* buddy.butter...@web.de *Cc:* users@subversion.apache.org

Re: Reoganizing svn structure and error shares no common ancestry

2015-03-17 Thread Eric Johnson
Does switching to a new branch work before the reorganization that you did? What version of Subversion are you using? Can you reproduce the problem with a mock version of your repository? When you do an svn log of your new branch, does the history go back to a common revision with the new

Re: SVN commit does nothing

2015-03-10 Thread Eric Johnson
to checkout and commit directly on the machine (as the same user running apache) using file:/// and commit works! That’s a first step but I don’t see what is wrong then… Thanks Pascal *From:* Eric Johnson [mailto:e...@tibco.com] *Sent:* Tuesday, March 10, 2015 4:32 PM *To:* Sandrez Pascal

Re: SVN commit does nothing

2015-03-10 Thread Eric Johnson
After you have created repositories, do you see them listed when you browse to the /svn location in your browser. Do the error logs for Apache show anything? Have you checked into all the logging options for Subversion + Apache (sorry, don't have the link handy from my phone)? Also, try

Re: How to configured Submin with svn ?

2015-03-06 Thread Eric Johnson
Hi Mohsin, Your questions don't include enough specificity to make them easy to answer. Also, rather than asking for someone's time to help (in which case, you might be best helped by finding a commercial support option), ask for information. The more specific the question, the better. That is,

Re: variables in AuthzSVNAccessFile - a shortcut?

2015-02-26 Thread Eric Johnson
So far as I know, there are no variables in the file. If you've got any needs that lead to wanting variables (other than the already supported groups), then perhaps you want to generate the file? That's an approach we take at my company. If you take the approach of generating the file, then I

Re: copy multiple folders from one repository to another repository at server using subversion

2015-02-02 Thread Eric Johnson
As a previous response suggested, upgrade your Subversion first, and then try the dump/filter/load. Eric. On Mon, Feb 2, 2015 at 5:56 AM, gangadhar jannu gangadhar@gmail.com wrote: Hi, Thanks for your detailed explanation. I've already tried what you suggested but something went wrong

Any know of a Subversion sync program that I could run as a daemon?

2014-11-25 Thread Eric Johnson
I've been setting up a mirror. I've got the mirror up and running, and properly configured. Problem: Now I need to trigger a sync whenever a commit comes in. In principle, this is easy - I just write a hook script and call svnsync. In practice, I have a bunch of requirements desired features

  1   2   >