Re: Repo browser not opening

2020-04-09 Thread Eric Johnson
em on the server? Keep in mind, this is the open-source Subversion users list - so if the problem is with a commercial server, or with the client software, it may be appropriate for a different mailing list. Eric On Wed, Apr 8, 2020 at 10:29 PM Ayush Sharma wrote: > When i try to access

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

2019-11-18 Thread Eric Johnson
fails, as you note. Looks like a bug to me. Eric. On Mon, Nov 18, 2019 at 1:53 AM Иван Селин wrote: > Hi! > > I think I've found a bug in subversion client. Setup is as follows: > 1. Create directory with a file in it — commit 1 > 2. Replace directory with other file

Re: Subversion and JIRA integration

2019-09-30 Thread Eric Johnson
oating licence? > This mailing list isn't going to be a good source of information about that. And that assumes that you can find an existing commercial vendor of extension(s) that meet your needs. Eric. > > > Thanks > Ragu.P > >

Python 3.X bindings for Subversion on MacOS?

2019-09-24 Thread Eric Johnson
i. Should I use subvertpy instead, or maybe pysvn? What's the right approach here? Eric.

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
ve the -q option from 'ssh' > in the [tunnels] section of your Subversion configuration file. > Did you try this step of removing the -q option? What shows up on the command line? Eric. > Network connection closed unexpectedly > > I tried lot of ways from the forums to get ou

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: <mailto:users-unsubscr...@subversion.apache.org> 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: modules not getting loaded on windows subversion server

2019-05-22 Thread Eric Johnson
yields a lot of hits that point in the same direction. This, for example: https://serverfault.com/questions/477706/apache-ssl-on-64-bit-windows-not-a-valid-win32-application Eric. On Wed, May 22, 2019 at 1:13 PM Gomathi wrote: > Hi, > > I have installed apache http server 2.4.39 in

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

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
es off the rails. The load command would only work if nobody else touches the repository (in a way that conflicts) in the meantime. Assuming this is unlikely. The most obvious alternative that I can think of is to use "git-svn". Instead of pushing changes to Subversion, push them to Gi

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.

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 en

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 mo

Re: Subversion Version Control

2019-01-25 Thread Eric Johnson
(with a small exception for tracking specific property values as part of the contents of files, a mostly discouraged practice). Eric. >

Re: help of SVN

2019-01-11 Thread Eric Johnson
tions will likely need to be more specific / detailed. For example, when you say "now it can't work", what does that mean? What error messages do you see? How do you know it doesn't work? What *does* work (can you perform svnadmin commands, or svnlook commands, for example?), as that will help eliminate possible failures. Good luck! Eric > Thank U. > > > > >

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

2018-10-26 Thread Eric Johnson
ch in this case. Eric. On Fri, Oct 26, 2018 at 7:06 AM William Muriithi wrote: > Hello > > I have an SVN where a user can login through two accounts. For > example, will...@example.com and will...@example.org. The access > rules however are tailored for one domain > > I wa

Re: Migration a Git archive to subversion

2018-07-10 Thread Eric Johnson
However, having said all that, try the "git-svn" connector. Here's someone with a similar sounding task: http://www.draconianoverlord.com/2010/03/05/existing-git-into-svn.html Eric On Tue, Jul 10, 2018 at 8:30 AM Martin Sauer wrote: > Hello, > > I want to migrate my gi

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 running SVN 1.

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: > Hello, &g

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 wrote: > On Thu, 29 Mar 2018 10:23:34 -0700, Eric Johnson > wrote: > >On Wed, Mar 28, 2018 at 8:17 PM, Bo Berglund > wrote: > > > >If you're dumping into an empty repository, that typically resets the > &g

Re: Is svnadmin load affected by hooks?

2018-03-29 Thread Eric Johnson
quot;--use-pre-commit-hook" and "--use-post-commit-hook". Assuming you're using your post-commit hook to trigger the calls to sync, you could pass that flag. That seems weird to me, though, in that such an approach would trigger a sync request per loaded commit. Eric.

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
e the download process". Download of what? >From where? How did it fail? Depending on your answer, some other email list might be more appropriate. Eric. On Thu, Feb 8, 2018 at 3:09 AM, nayama scariah wrote: > Good day sir, > I tried to download Apache Subversion 1.9.7 for work

Re: Hiding Subversion version number

2017-12-16 Thread Eric Johnson
the extra time nudges attackers towards looking for easier targets. Eric On Dec 16, 2017, at 3:35 AM, Branko Čibej wrote: On 15.12.2017 20:10, Matt Simmons wrote: Many documents relating to information security compliance require blocking visible software version information. Interesting

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

2017-11-21 Thread Eric Johnson
*PCRE 8.41 *SQLite 3.19.3 *ZLib 1.2.11 Specifically, in the case of openssl, I found this bug tracking all the compatibility problems: https://bugs.gentoo.org/592438 . Seems like you probably want to stay away from it. Eric. On Tue, Nov 21, 2017 at 7:11 AM, Cooke, Mark < mark.co...@sie

Re: Subversion version 1.6.11 (r934486) package

2017-09-22 Thread Eric Johnson
new server liver. Maybe a minute of total down time. > > > I am not sure if I can install svn 1.9.7 on centos7 and migrate my svn > 1.6.1 directly to the 1.9.7 on centos7. > I believe so, if you follow the approach I outlined above. Caveat - I don't run CentOS. Eric. >

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 Subversion server is 1.8.5.

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. O

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:/

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.

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 getting this error and right

Re: File storage

2017-03-26 Thread Eric Johnson
sharing a "repository" with other people may not work as expected. Unlike Git, the Subversion repository must be stored in a location other than the Subversion working copy. That other location, however, need not be on a separate server. Eric. On Wed, Mar 22, 2017 at 5:29 AM, Sagar Pare

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

2017-02-24 Thread Eric Johnson
other words, depending on what you allow of the repository clients, the date is not a reliable indicator of "changed since". Eric. On Fri, Feb 24, 2017 at 10:08 AM, Dane Kantner wrote: > I'm running a script on a scheduled basis where each new iteration I'm > esse

Re: Reg: Code baseline in apache subversion implementation

2017-02-01 Thread Eric Johnson
I believe Subversion would refer to a baseline as a "tag". Eric On Feb 1, 2017, at 11:25 PM, Durgaprasad Potnuru < durgaprasad.potn...@iictechnologies.com> wrote: Dear users, Could you guide if code can be base-lined in repositories implementing apache subversion. Related doc

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

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 subvers

Re: Advice for better SVN

2016-11-24 Thread Eric Johnson
to help. Thanks. Also, might help to investigate which version of SVN you're using on both the client and the server. Each release tends to bring some performance improvements. It may also be that the server is mis-configured, and performing slowly. More details would help diagnose the specifi

Re: Svn branching issue

2016-11-07 Thread Eric Johnson
sion won't lose history. Eric. On 7 Nov 2016 23:37, "Eric Johnson" <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 path i

Re: Svn branching issue

2016-11-07 Thread Eric Johnson
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 path in svn log,i want it to point it to newly created branch path for example there is svn old branch //depot/a/a.txt now if i create branch

Re: Svn branching issue

2016-11-07 Thread Eric Johnson
rent and future versions of the parent folder. Older versions of the parent folder still contain the older version of the child folder. You might benefit from understanding the difference between the "peg" and "operative" versions. http://svnbook.red-bean.com/en/1.7/svn.advanced.pegrevs.html Eric.

Re: SVN Properties

2016-11-01 Thread Eric Johnson
Hi Amad, On 11/1/16 1:48 PM, CM Analyst wrote: Eric, Thank you for your response. Actually, we do copy executables to a "release" directory in SVN. However, for that to happen, the release content has to be defined in advance, completed the formal test cycle. You could have anot

Re: SVN Properties

2016-11-01 Thread Eric Johnson
mime-type However, I was not able to then search and locate the file by its property. Exactly. 3) What is a better way to indicate a given status/attribute on a set of files? See my suggestion above about copying into a known folder. Would that satisfy your requirements? Eric. Amad

Seeing very slow performance with svnadmin verify

2016-11-01 Thread Eric Johnson
pository finishes verifying. That's not really acceptable. Any suggestions? Am I doing something wrong? Thanks! Eric.

Re: History split after server-side mkdir/mv

2016-10-27 Thread Eric Johnson
ory up to its birth? I don't believe there's any good way to do what you want without recreating the history of your repository. You might be able to achieve what you want by doing an svnadmin dump & load, where you load to a sub-directory trunk", then relocate everything buried a level down (trunk/trunk/...) back into the top-level trunk folder. Eric. Thanks for your comments, DN

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
ent repositories for the binary files vs. the text format. - improved hook scripts to enforce your desired constraints based on the content of the incoming added file, rather than just the extension. You could also create a client side script / tool to check before a commit. Eric.

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 da

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

2016-09-28 Thread Eric Johnson
ould tie yourself up into knots trying to write hook scripts that accomplish some of what you want, but by the time you get them working just the way you think you want them, you'll discover that you probably don't want them that way. Eric. We plan to use it mainly from the AnkhSVN pl

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 <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. If I find them, I re

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

2016-08-22 Thread Eric Johnson
e property, which is *not* a revprop, and cannot be fixed by any of the tools available. I've seen that other people recommend editing the dump file directly, but that makes me quite nervous, especially on an 8MB dump file. Hoping there's a better way. Eric.

Re: securing of correct transmit

2016-07-22 Thread Eric Johnson
use SVN 1.8.11. Looks like current version of Subversion 1.8.X is 1.8.16. If you want it to be the most correct, perhaps upgrade? Eric. mit freundlichen Grüßen/ with best regards *Lars Krüger* Embedded Softwareentwicklung *Carmeq GmbH *Carnotstr. 4 D-10587 Berlin Mobil: +49 172 5892291(BIK: 266

Re: Component mangement and Subversion

2016-06-17 Thread Eric Johnson
tree, via any means (such as svn:externals), is probably just fine, so long as the external source does not swamp the size of the local code. Eric. On 6/17/16 8:39 AM, Ignacio González (Eliop) wrote: Hello. I'm looking for examples on how to use Subversion efficiently in the context of

Re: SVN

2016-05-27 Thread Eric Johnson
om making changes to a file when it isn't "checked out". This is otherwise known as "pessimistic locking." If your user needs require pessimistic locking, then you should use a tool that does it. Probably not a good idea to squeeze everything into Subversion, if that's the case. Eric.

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

Re: New Mac Subversion Client

2016-05-20 Thread Eric Johnson
aning all libraries can be loaded at the same time. If your working copies are derived from Subversion 1.6 -> 1.9 then you can work with them all simultaneously. That's a neat trick! Eric

Re: Blank lines

2016-05-04 Thread Eric Johnson
which gives me a jungle of changes that I don't want to see. Sounds like you like the command line. If you also use IDEs, I've found the "Compare" capabilities in Eclipse pretty fantastic for white space problems, because you can toggle between ignoring and respecting white space changes. Eric.

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 ac

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 an

Re: Clarifications using Subversion

2016-04-12 Thread Eric Johnson
installation to a new environment, a cloud provider, or a commercial offering, just for example. Hooks are best applied to business rules that are not about people. You can use them the way you're asking, but long term, you might not want to. Eric. On 4/11/16 6:32 AM, Vijay Peddamallu

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-03-29 Thread Eric Johnson
izing the directory structure of the repository so that you can check out the parent folder without grabbing too much extra stuff. - Identify and train your users on the various scenarios that they will encounter. Hopefully that gives you some clues. Good luck! Eric. On Tue, Mar 29

SVN compatibility question

2016-03-29 Thread Eric Ahlstrom
e SVN community tell us if this is the case? Does anyone know of another organization using SVN for SolidWorks PDM (product data management)? Thank you, Eric Ahlstrom R&D Manager Borsight Inc. 3525 Airport Road, Ogden, UT 84405 Mobile: (*775) 302-6762* Fax: (801) 409-1487 eric.ahlst..

Re: Can I combine 'complete' and 'cherry-pick' merges?

2016-03-15 Thread Eric Dramstad
Eric Dramstad gmail.com> writes: > I'm thinking of doing this (while standing inside a trunk workarea): > >    svn merge ^/feature >     svn merge -c -100 ./file.c >     svn merge -c -101 ./file.h >     svn commit -m 'reintegrated feature' That should

Can I combine 'complete' and 'cherry-pick' merges?

2016-03-15 Thread Eric Dramstad
runk workarea): svn merge ^/feature svn merge -c -100 ./file.c svn merge -c -101 ./file.h svn commit -m 'reintegrated feature' Thanks, Eric Dramstad

Re: Problems building subversion 1.9.3 as required for use with GNU Stow on RHEL 5.11

2016-03-15 Thread Eric Dramstad
Our other machines are running 7.2 and seem to work better. Thanks for the tip about Wandisco's offerings. I didn't think to look around for builds of old subversion. I'll keep your tools in mind if I need to build subversion again in the future. Thanks again, Eric Dramstad On Tu

Re: Problems building subversion 1.9.3 as required for use with GNU Stow on RHEL 5.11

2016-03-15 Thread Eric Dramstad
subversion-1.9.3 make install prefix=/usr/local/packages/subversion-1.9.3 stow -t /usr/local -d /usr/local/packages subversion-1.9.3 popd Thanks again, Eric

Problems building subversion 1.9.3 as required for use with GNU Stow on RHEL 5.11

2016-03-14 Thread Eric Dramstad
-2003-03/1839.shtml Thank you in advance for you help, Eric Dramstad

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

2016-02-26 Thread Eric Johnson
Sorry, but it looks like our pre-revprop-change script is just a little to specific to my company, and I don't see a quick way to extract out a quick working version. Eric. On Fri, Feb 26, 2016 at 11:22 AM, Alfred von Campe wrote: > Eric: > > Would you mind sharing your (redacte

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

2016-02-26 Thread Eric Johnson
get hauled into court, and need to testify about the quality of the historical information in your Subversion repositories. You want to keep the list of people that can change the revprops (and the revisions themselves) to an absolute minimum. Eric. On Fri, Feb 26, 2016 at 10:03 AM, Alfred von Ca

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

2016-02-26 Thread Eric Johnson
allow for such critical information, our work-around is to allow changes to the svn:log property, but *only* allow appending to existing contents. Once we put that in, people stopped complaining. We don't allow users to change any other revprops. Eric. On Fri, Feb 26, 2016 at 7:40 AM, Alfre

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 thi

Re: svndumpfilter help

2016-02-05 Thread Eric Antonio Maquiling
You see, the developers have been using this branch for so long they don't want to mess up the history on the trunk. So for historical reasons, they just want branches/this_is_what_we_want as a new repo If they need to see some older stuff (probably not), they'll just go and browse the old trunck. -- eric

Re: svndumpfilter help

2016-02-05 Thread Eric Antonio Maquiling
stuff < mainproject.dump > >new_stuff_only.dmp Correct, it was in branch/this_new_stuff I thought I had tried that...did so many dumps to try to get it working. Let me look at the bash history file but I'll just go ahead and try that one again, do another create and import. I'll let you guys know!! :) Thanks! -- eric

svndumpfilter help

2016-02-03 Thread Eric Antonio Maquiling
developer check-ins. Am I missing something? Maybe another step? All my googling just refers to svnadmin dump and svndumpfilter. I'm googling thins like "subversion dump folder into new repo" and I'm getting svndumpfilter as the way to do it. TIA! -- eric

Re: point of time dump?

2016-01-19 Thread Eric Antonio Maquiling
work, I just do svn://backup_vm_ip address. -- eric

Re: point of time dump?

2016-01-19 Thread Eric Antonio Maquiling
ell me exactly what they need first time :) I'll keep you guys updated. -- eric

Re: point of time dump?

2016-01-19 Thread Eric Antonio Maquiling
of the repo, from beginning of time, to June of 2015? He was thinking of doing a dump of the whole thing, putting it into another machine, and remove changes from now til June of 2015. -- eric

Re: point of time dump?

2016-01-19 Thread Eric Antonio Maquiling
ad ideas but then turned out it won't work. I suggested they install Tortoise and they can view all the changes they want but the source code has to be outside the building and the network so it has to be presented something like a CD or DVD. -- eric

Re: point of time dump?

2016-01-19 Thread Eric Antonio Maquiling
for that particular month/year. I know it's weird. Manager thing... -- eric

point of time dump?

2016-01-19 Thread Eric Antonio Maquiling
check out to my local PC, and burn the folder to a CD. Yes, burn to a CD. Old managers have old habits so I don't question that. So what I (they) want is a CD with code that is 1.5 years old. -- eric

Re: undefined symbol ap_casecmpstr error while enabling mod_cern_meta module

2015-12-14 Thread Eric Covener
g the rest of trunk. Further discussion on us...@httpd.apache.org please, the current lists are not appropriate. -- Eric Covener cove...@gmail.com

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

2015-12-11 Thread Eric Johnson
;ll need to do is an "svn revert -R ." to restore the missing files, which will effective amount to having a clean checkout. Eric. On Fri, Dec 11, 2015 at 7:35 AM, Peter Fodrek wrote: > Dear Subversion experts, > > I would like to monitor /home directory for X-host that is used

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

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 > disables all ano

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: > > Hel

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

2015-10-16 Thread Eric Johnson
es up with Maven POM metadata, but you can get that done a lot faster than any possible chance of success waiting for a new feature in a Subversion client? If you don't want Maven as your build tool, perhaps you can use Apache Ivy to fetch your dependencies instead? Eric. On Fri, Oct 16, 2

Re: Problem in reading the Subversion directory - Please help

2015-10-10 Thread Eric Johnson
Looks like the user name isn't being recorded in the log. I suggest re-enabling read access to everyone, then making sure that the log records the user name for successful access. Make sure it is what you expect, and only then block the reads for all users. Eric On Oct 10, 2015, at 3:

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 facing

Re: Leightweight tools for automated svn update + some scripting

2015-10-02 Thread Eric Johnson
I suggest learning more about Ansible & Salt Stack, and asking in the appropriate forums for those. Eric. On Fri, Oct 2, 2015 at 8:01 AM, Thorsten Schöning wrote: > Hi all, > > I'm doing a bit research for our somewhat small company how to best > update home grown services, web

Re: Data lost in a subversion repository

2015-09-29 Thread Eric Johnson
. Eric. On Tue, Sep 29, 2015 at 8:12 AM, thomas wrote: > Dear ladies and gentlemen, > > my name is Thomas Riller, I am working at the technical university of > Munich. > > I am sorry, that I directly contact you. > > We have a problem (self made) with a subversion repository

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
. Eric > On Sep 16, 2015, at 3:52 PM, Daniel Shahaf 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 edit the stream that I just dumped

Re: Incomplete SVN dump files

2015-09-16 Thread Eric Johnson
Hi Brane, >> On Sep 16, 2015, at 11:28 AM, Branko Čibej wrote: >> >> On 16.09.2015 20:03, Eric Johnson wrote: >> Hi Bert, >> >>>> On Wed, Sep 16, 2015 at 2:33 AM, Bert Huijben wrote: >>> >>> >>>> -Original Message---

Re: Incomplete SVN dump files

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

Re: Incomplete SVN dump files

2015-09-15 Thread Eric Johnson
ts absence, and must discard the last commit. Eric. On Tue, Sep 15, 2015 at 6:09 AM, Eric Johnson 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 > suppos

Re: Incomplete SVN dump files

2015-09-15 Thread Eric Johnson
ot be dumping a partial commit upon network failure! Eric On Sep 15, 2015, at 1:52 AM, "b...@qqmail.nl" wrote: In what way was the dump file incomplete? Was it broken halfway through a file? (That should have been caught via the checksums in the file). If a whole node edit is missin

  1   2   3   >