Re: Upgrade Subversion from 1.5 to 1.9

2016-03-21 Thread Nico Kadel-Garcia
On Mon, Mar 21, 2016 at 3:58 PM, Stefan Sperling wrote: > On Mon, Mar 21, 2016 at 10:33:49AM -0700, Safarulla Meerasahib wrote: >> Hi, >> >> >> >> We have recently taken over a production application from other team, which >> uses the SVN 1.5.0 as one of the component. Now we

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

2016-03-15 Thread Nico Kadel-Garcia
On Mon, Mar 14, 2016 at 11:43 AM, Eric Dramstad wrote: > Is there a right way to install subversion 1.9.3 using GNU Stow? > > I use stow to manage package installation for packages that I build > myself. I'm trying to build and install subversion 1.9.3 on a machine > running

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

2016-03-01 Thread Nico Kadel-Garcia
On Tue, Mar 1, 2016 at 4:14 AM, Johan Corveleyn wrote: > On Mon, Feb 29, 2016 at 4:56 PM, Alfred von Campe > wrote: >> Thanks to all who have shared their respective policies. I’d be very >> interested to hear from the Subversion contributors

Re: svn + SSL?

2015-12-21 Thread Nico Kadel-Garcia
On Mon, Dec 21, 2015 at 2:21 PM, David Brodbeck wrote: > > > On Sat, Dec 19, 2015 at 2:43 AM, Daniel Shahaf > wrote: >> >> Or perhaps stunnel, which has its pros and cons (e.g., an SSL >> vulnerability won't compromise the svn process). > > > I thought

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-04 Thread Nico Kadel-Garcia
Is SELinux enabled?

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-02 Thread Nico Kadel-Garcia
On Wed, Dec 2, 2015 at 2:12 PM, foven wrote: > I looked at the output of "journalctl -n 50", which seems to be enough > to see all that is logged for a commit attempt. I also checked > /var/log/secure. I didn't see anything that seemed obviously wrong to > me either way,

Re: restore error svnadmin: E160013: File not found

2015-11-27 Thread Nico Kadel-Garcia
On Fri, Nov 27, 2015 at 7:59 AM, MOKRANI Rachid wrote: > Hi, > > After reading the URL below, this is the only way I've found to do a complete > dump of my repo with a lot of missing revisions > >

Re: restore error svnadmin: E160013: File not found

2015-11-27 Thread Nico Kadel-Garcia
On Fri, Nov 27, 2015 at 10:27 AM, Philip Martin wrote: > MOKRANI Rachid writes: > >> Oups...i think i need to do an upgrade. >> >> And on the new server with SVN release 1.8 I need to do : >> >> svn upgrade my_hotcopy_repo >> >> Is it a

Re: Temporary repository.

2015-11-11 Thread Nico Kadel-Garcia
On Wed, Nov 11, 2015 at 3:51 AM, Andreas Stieger wrote: > Hi, > >> due, to a datacentre migration , a temporary SVN repository was set up to >> allow devs to continue working for a week or two. >> >> When the PROD SVN repository is brought online what is the best method

Re: Subversion 1.8 in RHEL/Centos repositories

2015-11-03 Thread Nico Kadel-Garcia
On Mon, Nov 2, 2015 at 8:59 AM, Junek Leoš wrote: > Hello, > > > > I am newbie in subversion administration or development issues. So I am > sorry if my question looks stupid. > > > > Why Subversion 1.8 RPMs were not included to RHEL 7 / Centos 7 / Oracle > Linux 7 (native)

Re: Problems with empty svn:date revprops (github svnsync)

2015-10-28 Thread Nico Kadel-Garcia
On Wed, Oct 28, 2015 at 4:16 AM, Branko Čibej <br...@apache.org> wrote: > On 28.10.2015 04:39, Nico Kadel-Garcia wrote: >> On Tue, Oct 27, 2015 at 12:07 PM, Branko Čibej <br...@apache.org> wrote: >>> On 27.10.2015 14:33, Nico Kadel-Garcia wrote: >>>>

Re: Problems with empty svn:date revprops (github svnsync)

2015-10-27 Thread Nico Kadel-Garcia
On Tue, Oct 27, 2015 at 9:03 AM, Fredrik Orderud wrote: > I'm experiencing problems using svnsync to mirror a GitHub repo. > > GitHub exposes a SVN API, that enables SVN clients to work against the > underlying GIT repo >

Re: Problems with empty svn:date revprops (github svnsync)

2015-10-27 Thread Nico Kadel-Garcia
On Tue, Oct 27, 2015 at 12:07 PM, Branko Čibej <br...@apache.org> wrote: > On 27.10.2015 14:33, Nico Kadel-Garcia wrote: >> See above. It sounds like you need to talk to Github about making an >> exception to their default settings for revision 0. A freshly >> initiali

Re: how to integrate a zip based archive into svn

2015-10-18 Thread Nico Kadel-Garcia
On Sun, Oct 18, 2015 at 4:09 AM, Eckard Klotz wrote: > Hello All. > > My question is associated with setting up a new SVN archive for an old > project without loosing the old file-versions. > > Even I'm programming for nearly 20 years and have a open source project for

Multiple SSH key handling for svn+ssh access.

2015-10-12 Thread Nico Kadel-Garcia
I've recently been dealing with some svn+ssh, and git, issues where the user may have "ssh-agent" running, and thus have different sets of SSH keys available, when connecting to the same upstream repository. The result can be confusing if the ssh-agent has multiple keys loaded with different

Re: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-03 Thread Nico Kadel-Garcia
On Sat, Oct 3, 2015 at 6:53 AM, Ryan Schmidt wrote: > > On Oct 3, 2015, at 4:13 AM, Edward d'Auvergne wrote: > >> is it really not a bug when: >> >>enable-auto-props = yes >> >> and: >> >>enable-auto-props = no >> >> both enable auto-props? > > Obviously,

Re: svnrdump produce a strange dump file

2015-10-02 Thread Nico Kadel-Garcia
On Fri, Oct 2, 2015 at 3:26 AM, Yves Martin wrote: > Hello, > > The problem I face now when using "svnadmin dump" is "svndumpfilter: > E23: Invalid copy source path' when selecting the three /trunk modules I > am interested in. > Such a problem "svnrdump" does not

Re: Leightweight tools for automated svn update + some scripting

2015-10-02 Thread Nico Kadel-Garcia
On Fri, Oct 2, 2015 at 11: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 applications and configurations on > production and testing servers. We have only few of them, but

Re: svnrdump produce a strange dump file

2015-10-01 Thread Nico Kadel-Garcia
On Thu, Oct 1, 2015 at 4:19 AM, Yves Martin wrote: > Hello, > > I have a Subversion 1.6.17 server running on Debian Linux and access through > HTTPS. > > I used both Subversion 1.8.10 and Subversion 1.9.2 to produce a partial dump > of the repository: *Why*? If you have

Re: could subversion server 1.7.x work with subverison client 1.8.x ?

2015-09-27 Thread Nico Kadel-Garcia
On Sun, Sep 27, 2015 at 9:55 AM, Leon Huang wrote: > Dear developers of subversion: > Hello! > Question 1: If the version of subversion server is 1.7.10, but my > subversion client is 1.8.5, is there any problem? This is quite common. So is the reverse. The

Re: path based authz and write-through proxy

2015-09-25 Thread Nico Kadel-Garcia
On Fri, Sep 25, 2015 at 4:37 AM, Andreas Stieger <andreas.stie...@gmx.de> wrote: > Hello, > > Nico Kadel-Garcia wrote: >> On Thu, Sep 24, 2015 at 3:34 PM, Aaron Friesen <afrie...@spirae.com> wrote: >> > I have been tasked with setting up a mirror of several r

Re: Re: path based authz and write-through proxy

2015-09-25 Thread Nico Kadel-Garcia
On Fri, Sep 25, 2015 at 7:51 AM, Andreas Stieger <andreas.stie...@gmx.de> wrote: > Hi, > > Nico Kadel-Garcia wrote: >> On Fri, Sep 25, 2015 at 4:37 AM, Andreas Stieger <andreas.stie...@gmx.de> >> wrote: >> > Nico Kadel-Garcia wrote: >> >>

Re: path based authz and write-through proxy

2015-09-24 Thread Nico Kadel-Garcia
On Thu, Sep 24, 2015 at 3:34 PM, Aaron Friesen wrote: > All, > > I have been tasked with setting up a mirror of several repositories with > write-through back to the master. What is your engineering time worth? Wandisco publishes a very nice multi-master setup that does

Re: Error mod_dav_svn close_stream: error closing write stream using a write-through proxy

2015-08-16 Thread Nico Kadel-Garcia
On Sun, Aug 16, 2015 at 5:21 AM, Thorsten Schöning tschoen...@am-soft.de wrote: Guten Tag Nico Kadel-Garcia, am Samstag, 15. August 2015 um 18:14 schrieben Sie: Why don't you just use svn+ssh, and stay out of using HTTPS at all? I've considered that and in fact some of our customers already

Re: Error mod_dav_svn close_stream: error closing write stream using a write-through proxy

2015-08-15 Thread Nico Kadel-Garcia
Why don't you just use svn+ssh, and stay out of using HTTPS at all? Given the skew in libraries and HTTPD requirement with every major release of Subversion, even I can no longer sanely backport the current version of Subversion, especially mod_dav_svn, to stable operating systems like CentOS 5

Re: Permission for .svn/tmp is lost after svn cleanup

2015-08-12 Thread Nico Kadel-Garcia
12:24 GMT+02:00 Nico Kadel-Garcia nka...@gmail.com: On Mon, Aug 10, 2015 at 3:27 AM, Branko Čibej br...@wandisco.com wrote: On 07.08.2015 22:44, Johan Ryberg wrote: Hi, I need to have rw for group svnusers for .svn/tmp to be able to let different users to check in and commit changes but every

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 s...@elego.de wrote: On Tue, Aug 11, 2015 at 05:11:10PM -0500, Dave Huang wrote: On Aug 11, 2015, at 15:35, Branko Čibej br...@wandisco.com wrote: On 10.08.2015 18:46, Attila Soki wrote: hi, i saw the entry reimplement UTF-8 fuzzy

Re: Permission for .svn/tmp is lost after svn cleanup

2015-08-10 Thread Nico Kadel-Garcia
On Mon, Aug 10, 2015 at 3:27 AM, Branko Čibej br...@wandisco.com wrote: On 07.08.2015 22:44, Johan Ryberg wrote: Hi, I need to have rw for group svnusers for .svn/tmp to be able to let different users to check in and commit changes but every time cleanup are used only the owner has write

Re: Can the Apache front end and svnserve service run on the same server?

2015-08-05 Thread Nico Kadel-Garcia
On Wed, Aug 5, 2015 at 8:51 AM, andrew.lu...@l-3com.com wrote: Can the Apache front end and svnserve service run on the same server? We are going through a migration.. I’d like to keep the svnserve setup as a fallback.. and until everything gets upgraded. Will this idea work? thanks It

Re: Sync-ing two SVN repositories

2015-07-22 Thread Nico Kadel-Garcia
On Wed, Jul 22, 2015 at 4:04 AM, Branko Čibej br...@wandisco.com wrote: On 22.07.2015 02:41, Nico Kadel-Garcia wrote: On Tue, Jul 21, 2015 at 3:58 AM, Andreas Stieger andreas.stie...@gmx.de wrote: Even if you have two repositories that are identical to each other, one of them will need

Re: Re: Sync-ing two SVN repositories

2015-07-21 Thread Nico Kadel-Garcia
On Tue, Jul 21, 2015 at 3:58 AM, Andreas Stieger andreas.stie...@gmx.de wrote: Even if you have two repositories that are identical to each other, one of them will need to be designated the master, and that will be the one that all commits are made to. Subversion is a

Re: subversion-1.9.0-rc2 autogen.sh script breaks /usr/share/aclocal discovery on Fedora 21 and otherws

2015-07-12 Thread Nico Kadel-Garcia
On Sun, Jul 12, 2015 at 3:09 AM, Daniel Shahaf d...@daniel.shahaf.name wrote: Nico Kadel-Garcia wrote on Sun, Jul 12, 2015 at 01:24:56 -0400: Building subversion-1.9.0-rc2 with 'autogen.sh' encounters some issues with recent versions of Fedora. Why are you running autogen.sh? It's required

subversion-1.9.0-rc2 autogen.sh script breaks /usr/share/aclocal discovery on Fedora 21 and otherws

2015-07-11 Thread Nico Kadel-Garcia
Building subversion-1.9.0-rc2 with 'autogen.sh' encounters some issues with recent versions of Fedora. 1) Fedora decided to discard /bin, and make it a symlink to /usr/bin, in what I consider an ill-advised discarding of the File System Hierarchy. 2) Fedora elected to keep /bin in front of

Re: how to svn merge of filename with spaces ?

2015-07-08 Thread Nico Kadel-Garcia
On Wed, Jul 8, 2015 at 6:06 AM, Philip Martin philip.mar...@wandisco.com wrote: Branko Čibej br...@wandisco.com writes: On 07.07.2015 19:58, Zk W wrote: Hi All We have SVN 1.6. We like to perform a svn merge on a file where its filename has spaces. eg Roaming Apple.txt Is this syntax

Re: Compiling Subversion

2015-05-21 Thread Nico Kadel-Garcia
On Wed, May 20, 2015 at 7:21 AM, Chandra, Ramesh H.S. IN BLR STS ramesh.chan...@siemens.com wrote: NOTE : In our company, there is a policy that internet access will not be given to machines having Ubuntu OS. So, I cannot use “apt-get install Package name” . You need to talk to

Re: SVN write through proxy out off sync

2015-05-17 Thread Nico Kadel-Garcia
On Fri, May 15, 2015 at 6:10 AM, Mustafa Karci m...@theipcompany.nl wrote: Today ore svn mirrror got out off sync. The setup is as the headline describes. We have setup a mirror that does only read actions and write actions are committed to the master SVN server. Andreas pointed out a likely

Re: Protected/secure SVN

2015-05-12 Thread Nico Kadel-Garcia
On Tue, May 12, 2015 at 8:30 AM, D Ste djirat...@gmail.com wrote: Hi, I would like to set up SVN to store confidential documents. I have secured the pipe communication with HTTPS/SSL. To avoid unauthorized users (even with root access) accessing documents from within the server, I would

Re: fsfs storage

2015-05-11 Thread Nico Kadel-Garcia
On Mon, May 11, 2015 at 9:27 PM, Daniel Shahaf d...@daniel.shahaf.name wrote: Geoff Field wrote on Mon, May 11, 2015 at 11:14:41 +1000: The files are stored in original format in your working copy under ./.svn/pristine/*, but with hashed names. That's an implementation detail. On the

Re: Dealing with very old repo format (version 1)

2015-04-29 Thread Nico Kadel-Garcia
On Wed, Apr 29, 2015 at 1:32 AM, Branko Čibej br...@wandisco.com wrote: On 29.04.2015 07:14, Nico Kadel-Garcia wrote: On Wed, Apr 29, 2015 at 12:03 AM, Branko Čibej br...@wandisco.com wrote: On 29.04.2015 05:09, Nico Kadel-Garcia wrote: On Tue, Apr 28, 2015 at 5:03 PM, Andrew Reedick jreed

Re: Dealing with very old repo format (version 1)

2015-04-29 Thread Nico Kadel-Garcia
On Wed, Apr 29, 2015 at 12:03 AM, Branko Čibej br...@wandisco.com wrote: On 29.04.2015 05:09, Nico Kadel-Garcia wrote: On Tue, Apr 28, 2015 at 5:03 PM, Andrew Reedick jreed...@incomm.com wrote: Does anyone have any tips on how to upgrade a very old repo? The db/format lists 1. A 1.8 svn

Re: Dealing with very old repo format (version 1)

2015-04-28 Thread Nico Kadel-Garcia
On Tue, Apr 28, 2015 at 5:03 PM, Andrew Reedick jreed...@incomm.com wrote: Does anyone have any tips on how to upgrade a very old repo? The db/format lists 1. A 1.8 svn client cannot hotcopy, dump or svnadmin upgrade such an old repo, all of which fail with svnadmin: E720002: Can't open

Re: Best version for RHEL7/CentOS 7?

2015-04-28 Thread Nico Kadel-Garcia
On Tue, Apr 28, 2015 at 2:15 PM, Les Mikesell lesmikes...@gmail.com wrote: Can someone comment on the best version of subversion to run on CentOS7? The distribution supplies 1.7.14.I was thinking of using the packaged 1.8.x from Wandisco, but I don't see a mod_dav_svn here:

Re: SVN

2015-04-17 Thread Nico Kadel-Garcia
On Thu, Apr 16, 2015 at 11:49 AM, Devi Tummala devi.tumm...@gmo.com wrote: Hi, We are in process to Migrate the SVN Repos from Linux to Windows in this process, can you please provide me documentation /checklist as needed. I've got to ask. Why? Since various commercial grade Linux systems are

Re: Apache Subversion 1.7.20 released

2015-04-01 Thread Nico Kadel-Garcia
. Nico Kadel-Garcia For details see the advisories at: http://subversion.apache.org/security/CVE-2015-0248-advisory.txt http://subversion.apache.org/security/CVE-2015-0251-advisory.txt Please choose the mirror closest to you by visiting: http://subversion.apache.org

Re: subversion 1.8.11 on apache 2.4 five times slower than on apache 2.2

2015-03-23 Thread Nico Kadel-Garcia
On Mon, Mar 23, 2015 at 6:07 AM, Grierson, David david.grier...@bskyb.com wrote: Well you're not really giving us much to go on in order to help you. I recommend you start by reading Eric S Raymond's guide to asking questions: http://www.catb.org/esr/faqs/smart-questions.html He's not being

Re: subversion 1.8.11 on apache 2.4 five times slower than on apache 2.2

2015-03-20 Thread Nico Kadel-Garcia
On Fri, Mar 20, 2015 at 11:21 AM, Grierson, David david.grier...@bskyb.com wrote: No - he meant memory swapping. Memory swapping to disk, but yes. It should show up in your control panels. You can sometimes hit a threshold where a slightlier larger binary or more sophisticated tool takes more

Re: REELLER PRICE FOR SUB VERSION .. CLient ...Wipro

2015-03-19 Thread Nico Kadel-Garcia
On Thu, Mar 19, 2015 at 2:41 AM, LOGIN INFOTECH ( Sushma) sal...@login2it.com wrote: Dear Sirs, We are leading System Integrators/Resellers for Microsoft/Oracle/IBM/HP and many such co’s in India, one of our customers require the following, can you please share the RESALE

Re: Subversion doesn't store credentials in kwallet

2015-03-19 Thread Nico Kadel-Garcia
On Thu, Mar 19, 2015 at 8:04 AM, Tristan Miller psychon...@nothingisreal.com wrote: Greetings. On Thursday 19 March 2015, Andreas Stieger wrote: On 19/03/15 11:00, Tristan Miller wrote: I'm experiencing a problem with using KWallet as a password store. My operating system is openSUSE 13.2

Re: subversion 1.8.11 on apache 2.4 five times slower than on apache 2.2

2015-03-18 Thread Nico Kadel-Garcia
On Wed, Mar 18, 2015 at 6:52 AM, Zeitler Hans (LVT) hans.zeit...@liebherr.com wrote: Hello, I updated my Server from Apache 2.2 to Apache 2.4 ( windows binaries from apachehaus on Windows Server 2008 x86) The configuration is the same. Only the necessary syntax changes were made. I

Re: Update Error over VPN

2015-03-10 Thread Nico Kadel-Garcia
On Tue, Mar 10, 2015 at 7:16 AM, Alfred von Campe alf...@von-campe.com wrote: I was going to chime in earlier, but something in Brane’s response finally put me over the edge. We are having a very similar error when updating over VPN (the problem does not occur when in the office): Summary of

Re: Copy and Reduce the size of SVn repos

2015-03-08 Thread Nico Kadel-Garcia
On Sat, Mar 7, 2015 at 11:57 PM, Rajesh Kumar rajesh.ku...@jda.com wrote: I have one Huge SVN repos which is around 1TB in terms of size. I have two requirement as follows and i would like to know the best approach to be followed to save time and effort. According to the doctrine of there

Re: Copy and Reduce the size of SVn repos

2015-03-08 Thread Nico Kadel-Garcia
On Sun, Mar 8, 2015 at 12:42 PM, Branko Čibej br...@wandisco.com wrote: On 08.03.2015 09:35, Nico Kadel-Garcia wrote: On Sat, Mar 7, 2015 at 11:57 PM, Rajesh Kumar rajesh.ku...@jda.com wrote: I have one Huge SVN repos which is around 1TB in terms of size. I have two requirement as follows

Re: How to reset svn password by svn user ?

2015-03-05 Thread Nico Kadel-Garcia
On Thu, Mar 5, 2015 at 2:25 AM, Andreas Stieger andreas.stie...@gmx.de wrote: Am 05.03.2015 03:48 schrieb Mohsin mohsinchan...@gmail.com: Well, as an example, if your Subversion server is setup to authenticate via Active Directory the user would change their windows password. If it is setup

Re: Trying to restore a corrupted repo

2015-02-25 Thread Nico Kadel-Garcia
On Wed, Feb 25, 2015 at 2:14 PM, Keith Johnson k33...@gmail.com wrote: Hi Andreas, thanks for the response. The revision in question is over a year old, so I'm not sure I can put it back exactly as it was (guess all I can do is try my best). I assume there's no way to actually get

Re: Correct way to undo commit of a tag?

2015-02-24 Thread Nico Kadel-Garcia
On Tue, Feb 24, 2015 at 9:49 AM, David Aldrich david.aldr...@emea.nec.com wrote: Hi My most recent commit was the creation of a tag. I want to delete that tag. Should I reverse merge the commit or simply delete the tag? If I do a reverse merge I see a tree conflict: C:\svn merge -c

Re: How to move folder from one path to another along with all revisions

2015-02-21 Thread Nico Kadel-Garcia
On Fri, Feb 20, 2015 at 2:07 PM, Mohsin mohsinchan...@gmail.com wrote: Thanks all for your reply i'll try with svn mv command and get back to you if face any issue. Mohsin There are a number of underlying reasons for this. It's partly that the mv command isn't really a mv, it's a copy, then

Re: svnsync problems

2015-02-20 Thread Nico Kadel-Garcia
On Fri, Feb 20, 2015 at 5:50 AM, Philip Martin philip.mar...@wandisco.com wrote: Andreas Stieger andreas.stie...@gmx.de writes: In addition to what Philip wrote, for initializing a sync to a target created via hotcopy, you will find svnsync init --allow-non-empty very useful. But only after

Re: Making an (external) working copy readonly

2015-02-20 Thread Nico Kadel-Garcia
On Fri, Feb 20, 2015 at 7:05 AM, Niemann, Hartmut hartmut.niem...@siemens.com wrote: Hello! I would like to prevent accidental commits into subdirectories that are svn:external in our development projects. If I understand the documentation correctly, a svn:external is a complete and

Re: svnsync problems

2015-02-20 Thread Nico Kadel-Garcia
On Feb 20, 2015, at 8:21, Branko Čibej br...@wandisco.com wrote: On 20.02.2015 13:59, Nico Kadel-Garcia wrote: On Fri, Feb 20, 2015 at 5:50 AM, Philip Martin philip.mar...@wandisco.com wrote: Andreas Stieger andreas.stie...@gmx.de writes: In addition to what Philip wrote

Re: why cannot commit via http:// but can svn://

2015-02-10 Thread Nico Kadel-Garcia
Note that using plain HTTP access is begging to get your passwords sniffed, unless you're *really, really, really sure* that no one can get into your local network environment. SSL is typically not too hard to set up, for just such protection. On Feb 10, 2015, at 11:39 AM, James

Re: how to backup repository with all history?

2015-02-09 Thread Nico Kadel-Garcia
On Mon, Feb 9, 2015 at 9:44 PM, James oldyounggu...@yahoo.com wrote: I read there are at least three ways to do backup: 1. hotcopy; 2. dump; 3. incremental backup; I am just wondering are them all have the history included? If I restore any of them, I will get everything, including the

Re: HTTP + SVN + AD

2015-01-27 Thread Nico Kadel-Garcia
On Tue, Jan 27, 2015 at 7:43 PM, Alfredo De Luca alfredo.del...@gmail.com wrote: Hi all. I have apache2 + svn 1.6. If I use SVN with local user it's all ok but when I try to integrated with Active Directory I have weird issue. With my account (with AD username and password) I have access with

Re: svn copy WC URL fails silently

2015-01-05 Thread Nico Kadel-Garcia
On Jan 5, 2015, at 5:46, john.aa...@kongsberg.com wrote: Hi I am not subscribed to the mailing list. Please CC me on any replies to this mail. I am having trouble with the svn copy command. I am running RedHat Enterprise Linux Workstation release 6.3 and svn version 1.6.1

Re: svn copy WC URL fails silently

2015-01-05 Thread Nico Kadel-Garcia
On Mon, Jan 5, 2015 at 12:54 PM, Philip Martin philip.mar...@wandisco.com wrote: Nico Kadel-Garcia nka...@gmail.com writes: I am having trouble with the svn copy command. I am running RedHat Enterprise Linux Workstation release 6.3 and svn version 1.6.1 (r934486). Do you have a test

Re: svn copy WC URL fails silently

2015-01-05 Thread Nico Kadel-Garcia
On Mon, Jan 5, 2015 at 12:54 PM, Philip Martin philip.mar...@wandisco.com wrote: Nico Kadel-Garcia nka...@gmail.com writes: I am having trouble with the svn copy command. I am running RedHat Enterprise Linux Workstation release 6.3 and svn version 1.6.1 (r934486). Do you have a test

Re: Subversion for IBM i (OS/400)

2015-01-04 Thread Nico Kadel-Garcia
On Sun, Jan 4, 2015 at 9:27 AM, Florian Weimer f...@deneb.enyo.de wrote: * Nico Kadel-Garcia: If possible for Subversion servers, I'd push to migrate. Finally digging through the IBM support site, I see that support for it ended in 2007. http://www-01.ibm.com/common/ssi/cgi-bin/ssialias

Re: Subversion for IBM i (OS/400)

2014-12-20 Thread Nico Kadel-Garcia
On Fri, Dec 19, 2014 at 3:18 PM, Mark Phippard markp...@gmail.com wrote: I was responsible for that port and stopped working on it in 2007 when I left SoftLanding. So the last version ported was SVN 1.4. It was never maintained as part of this project. You should run your server on Linux.

Re: svnlook proplist unicode characters

2014-12-16 Thread Nico Kadel-Garcia
On Mon, Dec 15, 2014 at 8:59 AM, Philip Martin philip.mar...@wandisco.com wrote: Matthias Ludwig matthias.lud...@stl-software.de writes: I try to call Svnlook proplist within a svn hook on windows. Svnlook proplist repo-path pathToFile The pathToFile contains unicode only characters

Re: TortoiseSVN on the shared drive to be used by multiple users

2014-12-05 Thread Nico Kadel-Garcia
On Fri, Dec 5, 2014 at 3:07 PM, Ryan Schmidt subversion-2...@ryandesign.com wrote: On Dec 4, 2014, at 10:42 AM, frame wrote: In our office, each of us has his own PC. Cygwin is installed on each PC. Every PC can access the shared S drive. I have installed TortoiseSVN on my own PC. I am

Re: pysvn does not build against 1.9-alpha2 because of incomplete type 'const svn_sort__item_t'

2014-11-09 Thread Nico Kadel-Garcia
On 6 Nov 2014, at 19:55, Ben Reser b...@reser.org wrote: I suggested that we resolve this by restoring the long standing private APIs that had been exposed. While not adding any new APIs. If nobody objects to that suggestion soon I'm going to just do it. What a sensible approach. May I

Re: pysvn does not build against 1.9-alpha2 because of incomplete type 'const svn_sort__item_t'

2014-11-06 Thread Nico Kadel-Garcia
On Wed, Nov 5, 2014 at 3:37 PM, Mark Phippard markp...@gmail.com wrote: On Wed, Nov 5, 2014 at 12:35 PM, Ben Reser b...@reser.org wrote: On 11/5/14 10:49 AM, Barry Scott wrote: I have been building pysvn against the latest svn kits. 1.7.18, 1.8.10 and 1.9.0-alpha2 using the Mac OS X Xcode

Re: pysvn does not build against 1.9-alpha2 because of incomplete type 'const svn_sort__item_t'

2014-11-06 Thread Nico Kadel-Garcia
On Thu, Nov 6, 2014 at 2:39 PM, Ryan Schmidt subversion-2...@ryandesign.com wrote: Nothing in this thread so far has indicated MacPorts is in use. Did you mean to say clang instead of MacPorts? If so, then testing with clang is imperative because it is the only viable compiler for use on OS

Re: Bus Error - core dumped [Apache not starting with SSL enabled]

2014-11-02 Thread Nico Kadel-Garcia
Oy vey! Couple of things. From your use of /usr/local/apache_ssl and similar directory targets, it looks like you built your own Apache yourself. Don't do that if you can avoid it, hammering out the subtle configuration details for things like a basic SSL setup is 20 times as hard if you're doing

Re: Bus Error - core dumped [Apache not starting with SSL enabled]

2014-11-01 Thread Nico Kadel-Garcia
On Sat, Nov 1, 2014 at 6:30 PM, Mohsin mohsinchan...@gmail.com wrote: Hi All, I know this post is not related to SVN but i want help if someone can do . I am stuck in this task from 5 to 7 days . I having problem when i start my Apache HTTP with ssl module enabled my Apache won't start

Re: ssh+svn vs. bash security bug?

2014-09-27 Thread Nico Kadel-Garcia
On Fri, Sep 26, 2014 at 6:59 PM, Vincent Lefevre vincent-...@vinc17.net wrote: On 2014-09-24 19:28:51 +0300, Stefan Sperling wrote: From what I understand after reading about the problem briefly: In an svn+ssh setup svn clients run 'svnserve -t' by default. But there is no reason this could

Re: ssh+svn vs. bash security bug?

2014-09-25 Thread Nico Kadel-Garcia
On Thu, Sep 25, 2014 at 4:08 AM, Stefan Sperling s...@elego.de wrote: On Wed, Sep 24, 2014 at 07:30:57PM -0400, Nico Kadel-Garcia wrote: Setting up a chroot for Subversion for just this purpose gets... potentially adventuresome. The maintainers of OpenSSH have generically refused to support

Re: ssh+svn vs. bash security bug?

2014-09-25 Thread Nico Kadel-Garcia
On Thu, Sep 25, 2014 at 5:25 AM, Bert Huijben b...@qqmail.nl wrote: -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: donderdag 25 september 2014 10:09 To: Nico Kadel-Garcia Cc: Les Mikesell; users Subject: Re: ssh+svn vs. bash security bug? On Wed, Sep 24

Re: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-09-25 Thread Nico Kadel-Garcia
On Thu, Sep 25, 2014 at 6:34 PM, Mohsin Abbas mohsinchan...@gmail.com wrote: Good Day Team, I am using Subversion 1.8.9 server on linux OS and tortoise SVN client at windows. When I try to commit data larger then 2+ GB my commit failed. I tried to google on different websites they provided

Re: ssh+svn vs. bash security bug?

2014-09-24 Thread Nico Kadel-Garcia
On Wed, Sep 24, 2014 at 12:28 PM, Stefan Sperling s...@elego.de wrote: On Wed, Sep 24, 2014 at 11:06:13AM -0500, Les Mikesell wrote: Does the recently announced bash bug: https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-variables-code-injection-attack/ affect the

Re: log-report with conflicting revision range and limit

2014-09-23 Thread Nico Kadel-Garcia
On Tue, Sep 23, 2014 at 5:23 AM, Elias Wulcan elias.wul...@apptus.com wrote: On Tue, Sep 23, 2014 at 10:12AM +0200, Stefan Sperling wrote: On Tue, Sep 23, 2014 at 10:03:30AM +0200, Johan Corveleyn wrote: What server version? I'd like to know that bit of information, too. The repository is

Re: Problem with subversion-perl RPMs from WanDisco?

2014-09-17 Thread Nico Kadel-Garcia
On Wed, Sep 17, 2014 at 2:29 PM, Alexey Neyman sti...@att.net wrote: On Friday, September 12, 2014 02:30:08 pm Alexey Neyman wrote: On Friday, September 12, 2014 01:07:53 pm Ben Reser wrote: On 9/12/14 12:16 PM, Alexey Neyman wrote: I did a bit of bisection, and it turns out that 1.8.0 was

Re: Cannot view branch contents

2014-09-16 Thread Nico Kadel-Garcia
On Mon, Sep 15, 2014 at 1:47 PM, Walker James H CONTR USSTRATCOM/J8641 james.h.walker@stratcom.mil wrote: History, We have SVN repositories on an older server. One of our root projects has a branch titled tag which all users can see and expand the contents of. I have copied this

Re: no subversion.conf file after yum install on latest Fedora 20

2014-09-03 Thread Nico Kadel-Garcia
On Wed, Sep 3, 2014 at 2:52 PM, James oldyounggu...@yahoo.com wrote: I am following the step by step instruction to install SVN server on latest Fedora 20. but after Apach and SVN are install via yum install. There is no /etc/httpd/conf.d/subversion.conf file found. I also put my question on

Re: svnsync via svn+ssh w/key authentication: password prompt

2014-08-29 Thread Nico Kadel-Garcia
On Fri, Aug 29, 2014 at 12:22 PM, Sampson, Barry barry.samp...@teejet.com wrote: I am attempting to use svnsync over a SSH tunnel, which works, but always prompts for a password. I already setup ssh key authentication, which does work fine when performing svn commands. Ahh. Welcome to the

Re: Blocking root from SVN repository

2014-08-28 Thread Nico Kadel-Garcia
On Thu, Aug 28, 2014 at 4:28 AM, Zé jose.pas...@gmx.com wrote: On 08/27/2014 05:58 PM, Bob Archer wrote: -Original Message- And I hate to repeat myself, but I'll repeat for the third time this question: if file:// is not intended to be used, then what are the available options for

Re: Blocking root from SVN repository

2014-08-27 Thread Nico Kadel-Garcia
On Wed, Aug 27, 2014 at 10:34 AM, Zé jose.pas...@gmx.com wrote: On 08/27/2014 01:49 PM, Les Mikesell wrote: It's basically a bad idea to usefile:// access at all for anything that might be used under multiple user ids. Maybe even for a single user... Well, that sucks. If file:// is not

Re: Blocking root from SVN repository

2014-08-27 Thread Nico Kadel-Garcia
On Wed, Aug 27, 2014 at 12:58 PM, Bob Archer bob.arc...@amsi.com wrote: -Original Message- And I hate to repeat myself, but I'll repeat for the third time this question: if file:// is not intended to be used, then what are the available options for those who need a version control

Re: Apache Subversion 1.7.18 released

2014-08-15 Thread Nico Kadel-Garcia
with svn may be sent to wrong server. For RHEL 6 users, or CentOS or Scientific Linux users, I've updated my hooks for building Subversion 1.7 RPM.s at https://github.com/nkadel/subversion-1.7.x-srpm. Look for tag v1.7.18-0.1 for the 1.7.18 build. Nico Kadel-Garcia nka...@gmail.com

Re: Apache Subversion 1.8.10 released

2014-08-15 Thread Nico Kadel-Garcia
Kadel-Garcia nka...@gmail.com

Re: Checkout fails on restrictions in higher .svn dir

2014-08-07 Thread Nico Kadel-Garcia
The permissions on the /.svn/ dir are such that only root can access them (file mode 0700.) Don't Do That(tm). Write Subversion checkos for the parts of hte filesystem individuall, not as a master based at /. It's pretending that your entire filesystem is a Subversion checkout. The extend to

Re: illegal filename under windows

2014-08-02 Thread Nico Kadel-Garcia
On Fri, Aug 1, 2014 at 3:05 AM, Pflästerer, Karl karl.pflaeste...@dfv.de wrote: Hi, I created a file with the name http-https.conf and committed it under MacOS. No prolem at all. I could checkout the file on out Linux servers. *WHY* do you insist on doing something guaranteed to be

Re: illegal filename under windows

2014-08-02 Thread Nico Kadel-Garcia
On Sat, Aug 2, 2014 at 9:35 AM, Stefan Sperling s...@elego.de wrote: 'epsilon' itself remains at revision 2 (if you don't understand why, see http://svnbook.red-bean.com/en/1.7/svn.basic.in-action.html#svn.basic.in-action.mixedrevs ) But epsilon/zeta is at a revision where it was deleted.

Re: illegal filename under windows

2014-08-02 Thread Nico Kadel-Garcia
On Sat, Aug 2, 2014 at 3:02 PM, Branko Čibej br...@wandisco.com wrote: On 02.08.2014 17:06, Nico Kadel-Garcia wrote: The frase '-to+from-' could be used to substitute, quite legibly. Except that the + is magic for Windows command-line copy. :) -- Brane (It's phrase btw, not frase). Goot

Re: Problems downloading source distribution

2014-07-22 Thread Nico Kadel-Garcia
On Mon, Jul 21, 2014 at 4:25 PM, Ian Grant ian.a.n.gr...@googlemail.com wrote: -- Forwarded message -- From: Ian Grant ian.a.n.gr...@googlemail.com Date: Mon, Jul 21, 2014 at 4:21 PM Subject: Re: Problems downloading source distribution To: Ben Reser b...@reser.org Thanks.

Re: Regading SVN

2014-07-20 Thread Nico Kadel-Garcia
On Mon, Jul 21, 2014 at 12:42 AM, sir isac sir.i...@gmail.com wrote: Hello I am unable to connect my repository. I am getting this error on my terminal bipul@bipul-X550EA:~/test$ svn checkout svn://127.0.0.1/test --username jimmy svn: E22: Unable to connect to a repository at URL

Re: Problems downloading source distribution

2014-07-20 Thread Nico Kadel-Garcia
On Sun, Jul 20, 2014 at 10:34 PM, Ian Grant ian.a.n.gr...@googlemail.com wrote: I am trying to get subversion source. I followed the download links from http://subversion.apache.org/download/#supported-releases which point me at the mirror

Re: subversion destroys my Working Copy

2014-07-17 Thread Nico Kadel-Garcia
On Thu, Jul 17, 2014 at 6:03 AM, Daniel Migowski dmigow...@ikoffice.de wrote: Hello, I have to say sorry for the noise. You were right, after retrying to cleanup my old copies of the working copy it occurred to me that subversion really can clean things up. The problem was that during my

Re: SVN installation

2014-07-14 Thread Nico Kadel-Garcia
On Mon, Jul 14, 2014 at 2:14 PM, Somashekarappa, Anup (CWM-NR) anup.somashekara...@rbc.com wrote: Hi, We are facing some issue while installing apache SVN 1.7.8 in unix server. Could you please provide the link or steps to install SVN? Thanks, Anup T S Which operating system? It's

Re: Subversion 1.8.9 repository access issue [Urgent]

2014-07-07 Thread Nico Kadel-Garcia
On Mon, Jul 7, 2014 at 3:23 AM, Branko Čibej br...@wandisco.com wrote: On 06.07.2014 23:54, Andreas Stieger wrote: On 06/07/14 21:58, Branko Čibej wrote: On 06.07.2014 13:35, Andreas Stieger wrote: Your repository is of type bdb, (berkeley db backend), not fsfs. As such is it not suitable

Re: Subversion 1.8.9 repository access issue [Urgent]

2014-07-07 Thread Nico Kadel-Garcia
On Mon, Jul 7, 2014 at 7:14 AM, Branko Čibej br...@wandisco.com wrote: On 07.07.2014 12:48, Nico Kadel-Garcia wrote: On Mon, Jul 7, 2014 at 3:23 AM, Branko Čibej br...@wandisco.com wrote: On 06.07.2014 23:54, Andreas Stieger wrote: Berkeley DB databases can always be upgraded from older BDB

<    1   2   3   4   5   6   7   8   9   10   >