Re: Deletion of Branches(Folder and Files) from SVN server

2024-09-08 Thread Nico Kadel-Garcia
On Fri, Sep 6, 2024 at 7:59 PM Blake McBride wrote: > > On Tue, Jul 9, 2024 at 6:42 AM Nico Kadel-Garcia wrote: >> >> >> There is a time where the "immutable history" becomes too expensive. >> Spending skull sweat trying to work past the inability to del

Re: Compatibility of Subversion 1.10

2024-08-06 Thread Nico Kadel-Garcia
On Tue, Aug 6, 2024 at 5:44 AM Daniel Sahlberg wrote: > > Den tis 6 aug. 2024 kl 11:29 skrev Aditi A : >> >> Hello Team, >> >> I hope this email finds you well. >> >> We are planning to upgrade our RHEL server from version 7 to 8. According to >> the RHEL 8 release notes, it uses Subversion 1.10.

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-09 Thread Nico Kadel-Garcia
On Tue, Jul 9, 2024 at 6:13 AM Bo Berglund wrote: > > On Tue, 2 Jul 2024 20:39:12 +0530, Roshan Pardeshi > wrote: > > >We require to delete the branches(folder and files) from SVN server to > >release some space from disk as we are facing space crunch on disk in SVN > >server. > > Following this

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-06 Thread Nico Kadel-Garcia
On Fri, Jul 5, 2024 at 9:29 AM Nathan Hartman wrote: > On Fri, Jul 5, 2024 at 6:59 AM Daniel Sahlberg < > daniel.l.sahlb...@gmail.com> wrote: > >> Den fre 5 juli 2024 kl 12:44 skrev Roshan Pardeshi < >> roshan.parde...@ncdex.com>: >> >>> Hello Nathan/ Team, >>> >>> Waitng for your revert on trail

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-19 Thread Nico Kadel-Garcia
On Wed, Jun 19, 2024 at 3:31 AM Andreas Stieger wrote: > > > On 2024-06-18 23:19, Paul Leo wrote: > > If I try a relocate in TortoiseSVN, I get an error saying the uuid of > > the new server is different than the WC of the local repo. I presume > > this is because of the DNS name change. > > > N

Re: Loss by accident, clean up unversioned files

2024-06-14 Thread Nico Kadel-Garcia
On Fri, Jun 14, 2024 at 6:38 AM Ayyanar Raja wrote: > > Hi Team, > > As per the below mail, I've unknowingly deleted the unversioned files. How to > recover them? > > Why is this not yet fixed ? > > -- > Best Regards, > Ayyanar Raja > Mobile: +91-7639269672 > Email: rsa2...@gmail.com "Stop doing

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-07 Thread Nico Kadel-Garcia
On Fri, Jun 7, 2024 at 1:31 AM Lorenz via users wrote: > > Paul Leo wrote: > > >We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to > >Ubuntu 24.04, SVN 1.14.3. > > > >We don't have any login access to the current server. > > > >The current hosting server plans to perform an SVN

Re: GUI interface to Subversion via web browser?

2024-05-28 Thread Nico Kadel-Garcia
On Fri, May 24, 2024 at 10:03 AM Johan Corveleyn wrote: > > On Fri, May 24, 2024 at 3:18 PM Mark Phippard wrote: > > On Fri, May 24, 2024 at 9:11 AM Johan Corveleyn wrote: > > > > What lots of people these days are looking for (myself included) is a > > > modern "Code Forge" ... > > > > Beanstal

Re: Migrate from Git to SVN on Fedora server

2024-05-21 Thread Nico Kadel-Garcia
On Tue, May 21, 2024 at 6:55 AM Jeffrey Walton wrote: > > Hi Everyone, > > I'd like to migrate some source code from Git to SVN on my Fedora > server. The rub is, I'd like to use Nginx instead of Apache. Why? What do you expect to get from Nginx that is not built into Subversion's httpd integrati

Re: svn checkout Hangs/Crashes/Succeeds Over HTTP

2024-05-10 Thread Nico Kadel-Garcia
How did you upgrade your server from RHEL 6 to RHEL 8? Did you run "svnadmin upgrade" on the repo? And just how *big* is the repo? Does your client setup work with a notably smaller repo? And do the problems happen if you use svn:// rather than https:// ? Because I've been dealing with Subversion

Re: Moved file resolution fails

2024-02-15 Thread Nico Kadel-Garcia
On Wed, Feb 14, 2024 at 4:59 PM Sands, Daniel N. via users wrote: > So lesson learned: Always make a pristine copy of the trunk before > making ANY changes, so that there is a revision to fall back on where > the two branches exactly match. That's what tags are for!

Re: Reintegrate can only be used if revisions XX through YY were previously merged ...

2024-01-21 Thread Nico Kadel-Garcia
On Sun, Jan 21, 2024 at 12:06 PM Daniel Sahlberg wrote: > > Hi, > > I'm trying to do a catchup merge between two branches (incidentally within > the Subversion website tree) but I fail and I don't have enough understanding > to know what is wrong. > > I have a working copy from https://svn.apach

Re: Can't connect to github anymore

2024-01-19 Thread Nico Kadel-Garcia
On Fri, Jan 19, 2024 at 3:03 AM Olivier Sannier wrote: > Partial checkouts are somewhat possible with GIT but what is preventing me > from migrating our repository is the lack of svn:external mechanism. > I don't want multirepos, and even then submodules are to be updated manually > everytime w

Re: Can't connect to github anymore

2024-01-17 Thread Nico Kadel-Garcia
On Mon, Jan 15, 2024 at 8:05 AM Branko Čibej wrote: > > On 14.01.2024 20:52, Nico Kadel-Garcia wrote: > > On Sun, Jan 14, 2024 at 2:27 PM sean wrote: > > On 2024-01-13 16:11, Nico Kadel-Garcia wrote: > > There are not many compelling reasons > to use Subversion any

Re: [ANNOUNCE] Apache Subversion 1.14.3 released

2024-01-17 Thread Nico Kadel-Garcia
On Tue, Jan 16, 2024 at 4:08 PM Daniel Sahlberg wrote: > > Den mån 15 jan. 2024 kl 20:44 skrev Dunnill, Robert : >> >> Is a document available on how to update Apache under Subversion Edge? > > > I think that Subversion Edge is no longer supported (we removed the download > links a while back) so

Re: Can't connect to github anymore

2024-01-14 Thread Nico Kadel-Garcia
On Sun, Jan 14, 2024 at 2:27 PM sean wrote: > > On 2024-01-13 16:11, Nico Kadel-Garcia wrote: > > > There are not many compelling reasons > > to use Subversion anymore, except the ability to check out only > > subdirectories from a branch and the insistence that a singl

Re: Can't connect to github anymore

2024-01-13 Thread Nico Kadel-Garcia
On Sat, Jan 13, 2024 at 4:02 PM Johan Corveleyn wrote: > > On Sat, Jan 13, 2024 at 8:28 PM roger21 wrote: > > > > hey there > > > > suddenly i can't connect to github anymore (svn update or svn checkout) > > > > i get the following error: > > > > svn checkout https://github.com/roger21/fract.git

Re: Pricing for SVN

2024-01-11 Thread Nico Kadel-Garcia
en tors 11 jan. 2024 kl 10:58 skrev : >> >> Hello Andreas, >> >>Thank you for the reply. Could you please share the pricing >> details for Tortoise SVN as well. Subversion *clients*, and servers, are available in most Linux distributions as well. Actually running the server, help

Re: Queries on SVN

2024-01-09 Thread Nico Kadel-Garcia
On Mon, Jan 8, 2024 at 4:14 AM Andreas Stieger wrote: > > Hello, > > On 2024-01-08 07:12, kiran.sm...@siliconbrains.co.in wrote: > > > > o *Does Subversion support Version control for LabVIEW, > > test-stand, AutoCAD, SolidWorks?* > > > > Yes. However note that these files are not su

Re: svnadmin hotcopy E150002 Destination already exists

2023-10-21 Thread Nico Kadel-Garcia
On Sat, Oct 21, 2023 at 4:53 AM Daniel Sahlberg wrote: > > Hi, > > A user reported the above error in the TortoiseSVN user group [1]. I advised > them to send it here but for some reason that doesn’t work (I’ve checked that > it isn’t waiting for moderation). I’m taking the liberty to copy the o

Re: Adjust revision in new repository

2023-09-04 Thread Nico Kadel-Garcia
On Mon, Sep 4, 2023 at 8:36 AM Magnus Lyrberg wrote: > > On Fri, Sep 1, 2023 at 3:15 PM Johan Corveleyn wrote: >> >> On Fri, Sep 1, 2023 at 2:47 PM Magnus Lyrberg >> wrote: >> > Thank you. This is very similar to our current solution. It would >> > however be nice to avoid a lot of empty commits

Re: Adjust revision in new repository

2023-09-04 Thread Nico Kadel-Garcia
On Thu, Aug 31, 2023 at 8:21 AM Magnus Lyrberg wrote: > > Hello. > > I'm not subscribed so please CC me in any response. > > We have, most unfortunately and for historical reasons, > a very hard dependency on the revision number in subversion. > > Our current repository has become large and unwiel

Re: Use of ssh for authentication?

2023-07-10 Thread Nico Kadel-Garcia
On Mon, Jul 10, 2023 at 7:41 AM David Aldrich wrote: > > Hi > > > > We currently have around 100 svn users, all of whom are authenticated by > password. > > > > Password authentication is fine when using a GUI client, but at the command > line it becomes tedious. I have tried using Gnome keyring

Re: calling svnsync synchronize

2023-06-26 Thread Nico Kadel-Garcia
On Mon, Jun 26, 2023 at 6:13 AM Daniel Sahlberg wrote: > > Den fre 23 juni 2023 kl 14:55 skrev Steudel, Philipp > : >> >> Hi support, >> >> >> >> calling svnsync synchronize now ends in attached dump. >> >> First I got a message like “Failed to load module for FS type 'bdb' >> tortoise” or like

Re: Maintaining a SVN 1.7 mirror without network access

2023-06-04 Thread Nico Kadel-Garcia
On Sat, Jun 3, 2023 at 2:33 AM Colcord, Scott via users wrote: > > I have a Subversion 1.7 repo. I need to periodically mirror it to a location > that does not have direct net access (I can transfer a .dump file to it). > > > > One catch is that the mirror needs to be able to receive one diverge

Re: Build Error When Running make swig-pl-lib on Centos 7/Perl 5.36.1/Swig 4.1.1 - Subversion 1.14.2

2023-05-25 Thread Nico Kadel-Garcia
On Thu, May 25, 2023 at 3:15 PM Daniel Sahlberg wrote: > > Den tors 25 maj 2023 kl 19:41 skrev Rahr, Jeffrey A (US) > : >> >> I am trying to build the perl swig links in Subversion 1.14.2. >> >> Unfortunately this is on a non internet connected system with no ability to >> export build logs. >>

Re: When backing up an svn server, why shouldn't we use copy and move provided by linux and should we use svnadmin dump?

2023-04-17 Thread Nico Kadel-Garcia
On Mon, Apr 17, 2023 at 9:44 PM 김성민 [넷마블에프앤씨/R&D빌드파트] wrote: > > 답변 감사합니다. > > 2023년 4월 18일 (화) 오전 5:14, Daniel Sahlberg 님이 작성: >> >> Den mån 17 apr. 2023 kl 17:44 skrev 김성민 [넷마블에프앤씨/R&D빌드파트] >> : >>> >>> hello. I am sending an e-mail because I have a question during the svn >>> backup process.

Re: Problem using svnsync on one of 10 repositories

2023-02-11 Thread Nico Kadel-Garcia
On Sat, Feb 11, 2023 at 2:46 PM Bo Berglund wrote: > Follow-up: > > 1) I did a manual run with the command including --steal-lock and it showed > there was a stale lock that it could take over and perform the update. > So this seems to be the way to do it. Stealing locks should *not* be done by

Re: Revision too big to dump?

2022-12-29 Thread Nico Kadel-Garcia
On Wed, Dec 28, 2022 at 4:56 PM Ash Rubigo wrote: > > This seems to be solved. Well past the troublesome revision after about > 10 hours and 70GB of virtual memory. Son of a... Somebody committed disk images or a suite of DVD images? The inability to split and discard such revisions is an old iss

Re: filename encodings and conversion failure

2022-12-24 Thread Nico Kadel-Garcia
On Fri, Dec 23, 2022 at 4:35 PM Karl Berry wrote: > > Perhaps «export LC_ALL=C.UTF-8», if your platform has that encoding? > > Yes, thanks, that is one of the workarounds. But that's not my > question. > > My question is, why can't svn just treat the filenames as bytes? I > remain baffled by t

Re: filename encodings and conversion failure

2022-12-23 Thread Nico Kadel-Garcia
the file on Windows. Yes. The source code for HylaFAX had this exact problem, since it had MixedCaseFileNames.c and Mixedcasefilenames.c . They can be checked out in the same working copy on UNIX and Linux and MacOS easily, on Windows it's not so easy due to the "case-insensiti

Re: How much is too much data in an svn repository?

2022-09-23 Thread Nico Kadel-Garcia
On Fri, Sep 23, 2022 at 7:43 AM Mark Phippard wrote: > > On Thu, Sep 22, 2022 at 3:59 PM Sean McBride wrote: > > > > Hi all, > > > > Our svn repo is about 110 GB for a full checkout. Larger on the server of > > course, with all history, weighting about 142 GB. > > > > There haven't been any perf

Re: How to store passwords?

2022-08-20 Thread Nico Kadel-Garcia
On Sat, Aug 20, 2022 at 8:40 AM Olaf van der Spek wrote: > > Op za 20 aug. 2022 om 12:39 schreef Daniel Sahlberg > : > > > > Den lör 20 aug. 2022 kl 12:20 skrev Olaf van der Spek > > : > > Check the available authentication credential caches: > > [[[ > > $ svn --version > > [...] > > The followin

Re: Invalid cross-link error when have a mounted subdirectory

2022-08-07 Thread Nico Kadel-Garcia
On Sun, Aug 7, 2022 at 8:40 AM Jon Daley via users wrote: > > I'm not sure what version this change happened in, but I used to be able > to have my /home directory mounted and use subversion commands in my home > directory, even though the .svn directory exists at /.svn Which version are you usin

Re: "svn info" results in a timeout, but only when called from a specific server

2022-07-19 Thread Nico Kadel-Garcia
On Mon, Jul 18, 2022 at 8:51 AM René Ederer wrote: > > Hello, > > I'm a little baffled by a timeout. > > The command I'm trying to execute is: > svn.exe info --username U --password P --no-auth-cache > "http://192.168.48.249/svn/SENSO/trunk/wls_intern/wls_config_11.1/Middleware/user_projects/doma

Re: What's the status of changing UUIDs of repos in working copies?

2022-07-14 Thread Nico Kadel-Garcia
On Thu, Jul 14, 2022 at 9:44 AM Daniel Shahaf wrote: > > Ryan Schmidt wrote on Wed, 13 Jul 2022 21:45 +00:00: > > [...] that way all your public users' working copies continue to work > > as before, and you would just need to check out new working copies for > > those hopefully fewer and more tech

Re: Trying to install and configure Subversion on AIX

2022-07-08 Thread Nico Kadel-Garcia
lbox If you're able to host it offsite, I'd encourage you not to waste your expensive engineer time and just pay for the service with the 24x7 support and consistent updates, etc. Also, Subversion has lost a lot of its appeal with so many effective git services available, and the eas

Re: Moving the entire SVN instance to a newer Windows server

2022-05-23 Thread Nico Kadel-Garcia
On Mon, May 23, 2022 at 6:16 AM Morin, Michael wrote: > > In my case, I have no choice in the matter of what server and OS to move to. > We don’t use VisualSVN. We just use Tortoise with Subversion. When we last > did a migration from one Windows server to another, it was a tedious process > of

Re: Moving the entire SVN instance to a newer Windows server

2022-05-22 Thread Nico Kadel-Garcia
On Sun, May 22, 2022 at 12:02 PM Andreas Stieger wrote: > > > On 5/22/22 14:40, Nico Kadel-Garcia wrote: > > Why would you want to move a Subversion server to a Windows system? > > > Because that is what poster said they were migrating from. In existing > depl

Re: Moving the entire SVN instance to a newer Windows server

2022-05-22 Thread Nico Kadel-Garcia
On Sun, May 22, 2022 at 4:24 AM Andreas Stieger wrote: > > Hi, > > On 5/18/22 16:54, Mark Phippard wrote: > > If you can use the same DNS hostname for the new server there will be > > no impact on your clients > > > Except for possibly a change server-side certificate which may have > changed (and

Re: Unable to Check Out SVN Folders

2022-05-17 Thread Nico Kadel-Garcia
On Tue, May 17, 2022 at 7:52 PM Cameron Hagen wrote: > > Hello there, > > I'd like to check out a number of SVN folders, but with each one I run into > an error where after checking out a few documents, it stalls, and then gives > me this error: > > Checkout Failed! > > Error: Error running cont

Re: [EXTERNAL] Re: CollabNet Subversion devel packages

2021-12-16 Thread Nico Kadel-Garcia
On Tue, Dec 14, 2021 at 1:10 PM Grierson, David (Lead Engineer) wrote: > > Hi, > > (Firstly apologies for the top posting - Outlook is a PIA for that) > > Yes - you're correct we're running RHEL, specifically we're on RHEL7. When > the hosts were built they were replacing RHEL5 and RHEL7 was the

Re: Install SVN 1.6.11 on RHEL 7.7

2021-12-08 Thread Nico Kadel-Garcia
Collabnet has the most recent releases of subversion, at https://www.collab.net/downloads/subversion#show-Linux .

Re: Install SVN 1.6.11 on RHEL 7.7

2021-12-08 Thread Nico Kadel-Garcia
On Tue, Dec 7, 2021 at 5:16 AM Stefan Sperling wrote: > > On Tue, Dec 07, 2021 at 03:19:45PM +0530, Abhishek Kumar wrote: > > Dear Team, > > There is a Planned Linux OS Upgradation of Server from existing version RHEL > > 6 to RHEL 7.7 where SVN Server(SVN V1.6.11) setup is done. > > > > Kindly p

Re: Migrating Apache Subversion to a new Ubuntu machine - how?

2021-11-16 Thread Nico Kadel-Garcia
On Tue, Nov 16, 2021 at 6:15 PM Bo Berglund wrote: > > On Sun, 10 Oct 2021 03:42:30 -0400, Nico Kadel-Garcia > wrote: > > >> PS: > >> Is it possible to just move the existing hard drive over to the new > >> computer and > >> start it up? Or clone

Re: Current project status

2021-10-27 Thread Nico Kadel-Garcia
On Wed, Oct 27, 2021 at 6:31 PM Luke Mauldin wrote: > > We are considering using Subversion for a project with large binary files > since it seems to have some strengths in that area compared to the > alternatives. But now that the Apache Software Foundation and most other > projects such LLVM

Re: svn binary packages for macOS

2021-10-17 Thread Nico Kadel-Garcia
On Sun, Oct 17, 2021 at 11:01 AM Nathan Hartman wrote: > > On Sat, Oct 16, 2021 at 9:25 AM Mark Phippard wrote: > > > > In terms of the policy, I think it should be that our latest LTS > > release must be available. If they have other packages available that > > is fine but the latest LTS must be

Re: Migrating Apache Subversion to a new Ubuntu machine - how?

2021-10-10 Thread Nico Kadel-Garcia
On Sun, Oct 10, 2021 at 2:03 AM Bo Berglund wrote: > > I am running an Apache Subversion server on an oldish Ubuntu 18.04 LTS server > and I have realized that rather than upgrading the Ubuntu installation to > 20.04 > I should move it to new harware (with Ubuntu Server 20.04 LTS). > > The existi

Re: SVN startup questions.

2021-08-17 Thread Nico Kadel-Garcia
On Tue, Aug 17, 2021 at 5:30 AM A Z wrote: > > Just some basic getting started questions about SVN. > > -How can a series of different branches all be merged back into one again? > By 'adding' their checked out, now finished code content, and then committing > them in the right order to the trunk,

Re:

2021-06-23 Thread Nico Kadel-Garcia
On Tue, Jun 22, 2021 at 8:26 AM Yakov Erlich wrote: > > Hello, > We have used SVN repository for several years > Recently I got an error message "LZ4 decompression failed", importing a file > to SVN repository STEMS (please see link for the file.) > https://drive.google.com/file/d/1oII9tBD8UD_r

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Nico Kadel-Garcia
On Thu, Jun 17, 2021 at 9:22 AM Mark Phippard wrote: > > On Thu, Jun 17, 2021 at 9:13 AM tatyana irzun wrote: > > > > Hi, Mark > > > > How can i enable svnsync logging to debug process? > > Please keep replies on list. It is best to keep the audience as wide > as possible. > > I am not aware of a

Re: Problem with Centos 7 RPMs

2021-03-22 Thread Nico Kadel-Garcia
On Mon, Mar 22, 2021 at 5:40 AM Matthews, David wrote: > > I been using the Subversion 1.10 RPMs provided by WANdisco on Centos 7. > > http://opensource.wandisco.com/centos/7/svn-1.10/RPMS/x86_64/ > > I have 1.10.6 installed but I can’t upgrade to 1.10.7. > > If I try running “yum update” I get an

Re: How to work around E000018: invalid cross-device link

2021-03-11 Thread Nico Kadel-Garcia
On Wed, Mar 10, 2021 at 10:21 AM Zhao Wu wrote: > > To whom it may concern, > > Is it possible to put one directory in a repo on a mounted directory? We need > this for several reasons: > 1. sensitive files must be kept on encrypted file system, but to put the > entire repo is too slow; > 2. som

Re: How to Prevent SVN commits if the Valid number is not entered

2021-03-09 Thread Nico Kadel-Garcia
On Mon, Mar 8, 2021 at 10:03 PM Kenneth Porter wrote: > > --On Monday, March 08, 2021 9:29 PM -0500 Nico Kadel-Garcia > wrote: > > > He's asking for a "pre-commit" hook. Piping little wrappers into your > > local environment doesn't scale, doesn't

Re: How to Prevent SVN commits if the Valid number is not entered

2021-03-08 Thread Nico Kadel-Garcia
He's asking for a "pre-commit" hook. Piping little wrappers into your local environment doesn't scale, doesn't automate, doesn't prevent someone else using "TortoiseSVN" from overriding the desired filter, etc., etc. There are many Google accessible answers, but perhaps our hero can start with a c

Re: Connection was forcibly closed

2021-03-05 Thread Nico Kadel-Garcia
cially because many proxy owners want to *block* their clients from uploading bulky content and actively hinder long connections. If you're faced with such proxy difficulties, use svn+SSH rather than HTTPS. Nico Kadel-Garcia

Re: A more permanent home for the add-a-password-to-a-cached-username script? (was: Re: using svn cli with --non-interactive (in scripts) securely, without exposing password)

2021-02-23 Thread Nico Kadel-Garcia
On Tue, Feb 23, 2021 at 3:15 PM Branko Čibej wrote: > > On 23.02.2021 17:46, Daniel Shahaf wrote: > > If a cron job needs authentication, its credentials need to be stored > > somewhere, either in plaintext or in "as good as" plaintext. I think > > storing the passwords in unobfuscated plaintext

Re: using svn cli with --non-interactive (in scripts) securely, without exposing password

2021-02-22 Thread Nico Kadel-Garcia
Sorry for message without content, re-sending with content. > On Mon, Feb 22, 2021 at 3:25 PM Yasuhito FUTATSUKI > > If you want to use ssh key other than default key or alternative tcp port > > other than 22, you can use them by overriding ssh tunnel setting with > > SVN_SSH > > environment var

Re: using svn cli with --non-interactive (in scripts) securely, without exposing password

2021-02-22 Thread Nico Kadel-Garcia
On Mon, Feb 22, 2021 at 3:25 PM Yasuhito FUTATSUKI wrote: > > Hello, > > On 2021/02/23 2:40, CoolCold wrote: > > Good day! > > (please CC me, I'm not subscribed to the list) > > > > A bit of context: > > I was using subversion to store my serves' configs versioned for > > almost a decade, with bas

Re: storing password on a server

2021-02-11 Thread Nico Kadel-Garcia
On Thu, Feb 11, 2021 at 7:55 AM Andreas Stieger wrote: > > Hi, > > > I understand that 1.14 disables storing a password at compile time. > > > > How am I supposed to run a subversion command in non-interactive scripts > > like a cron job on a headless server? > > You can use an unattended configur

Re: GITLAB to Subversion

2021-01-24 Thread Nico Kadel-Garcia
On Sat, Jan 23, 2021 at 8:43 PM Ronny Machado wrote: > > > Hi guys, > > I found this e-mail address in the "Version control with Subversion". > > I've got a question, which may seem weird due to its nature...I've found a > hole bunch of docs and videos about how to migrate from Subversion to Gitl

Re: Can I authenticate to Subversion using ssh?

2021-01-19 Thread Nico Kadel-Garcia
On Tue, Jan 19, 2021 at 5:03 AM Daniel Sahlberg wrote: > > Den tis 19 jan. 2021 kl 10:47 skrev David Aldrich > : >> >> Hi >> >> We run a Jenkins job that lists the branches and tags of a certain svn >> repository by running 'svn ls'. >> >> The command, of course, requires svn authentication and

Re: looking for svn consultant to help solve setup/config problem

2020-12-04 Thread Nico Kadel-Garcia
On Thu, Dec 3, 2020 at 4:53 PM Joe Strout wrote: > > I've got a svn server running on a linux VPS. It works, but it is often > very very slow... like, 15 minutes to commit a 5 MB file. Often it > times out completely, and we have to svn cleanup and try again. Which Subversion verison? Which Lin

Re: FW: Stack Overflow Question

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

Re: Note from Vibin Bruno to your Facebook Page Subversion.

2020-09-22 Thread Nico Kadel-Garcia
ion issues. They are authentication back end issues, most of them easily configured for a desired policy. Who is calling these "vulnerabilities"? It's like saying that having a window that opens is a vulnerability, it's how the systems normally work. Nico Kadel-Garcia >> >> Regards, >> Micheal >> 867405

Re: SVN 1.4 doesn't run on Windows 2019 core

2020-07-14 Thread Nico Kadel-Garcia
On Tue, Jul 14, 2020 at 6:32 AM Neil Sleightholm wrote: > > I have found the issue, it wasn’t specially Windows 2019 core but could > happen on any version and isn’t an SVN bug. The TortoiseSVN 1.14 installer > was removing libapr_tsvn.dll and libaprutil_tsvn.dll on upgrade but not a > clean in

Re: upgrading from repo format 1

2020-06-27 Thread Nico Kadel-Garcia
On Sat, Jun 27, 2020 at 9:06 AM Ben Elliston wrote: > > I was a very early SVN user. I have a repo last timestamped January > 2003 that I want to get files and data out of. When I run svn upgrade, > I get: The year is pretty irrelevant. But the version of subversion on your old server is, and the

Re: CentOS 8 Python bindings - opensource.wandisco.com

2020-04-12 Thread Nico Kadel-Garcia
On Sat, Apr 11, 2020 at 3:21 PM Jarkko Hyvärinen wrote: > > Hi > > > > I have installed Subversion 1.10.6 and python bindings (subversion-python) to > CentOS 8 server from opensource.wandisco.com repo. My goal is to get Trac and > Subversion working with CentOS 8. > > > > After installation I en

Re: Upgrade of SVN server from RHEL 6 to RHEL 7

2020-03-30 Thread Nico Kadel-Garcia
On Mon, Mar 30, 2020 at 10:07 AM Dheeraj wrote: > > Hi > > I use SVN as a configuration management tool in our premise. The application > configuration file for the software comes from SVN (we have many instances of > apps running and is managed by multiple users) > I have done the upgrade of SV

Re: Remove revision range from repository

2019-12-05 Thread Nico Kadel-Garcia
On Thu, Dec 5, 2019 at 5:00 AM Josef Wolf wrote: > > Hello, > > I need to permanently remove a range of revisions from a repository, which are > not the latest. > > None of the working copies have such a revision checked out (I guess, that > might be a show-stopper). I'd urge you to to lock the o

Re: Limit on Number of Users

2019-10-18 Thread Nico Kadel-Garcia
On Fri, Oct 18, 2019 at 3:29 AM Ryan Schmidt wrote: > On Oct 17, 2019, at 14:27, Shamoon, Danial wrote: > > > I’m using These pages: > > > > > > > > > > Do these come with the free version? And thanks for your quick reply! > > No, those pages say "Subversion Edge" which is a separate product: >

Re: Perforce checksum mismatch error while importing in svn

2019-09-23 Thread Nico Kadel-Garcia
> On Sep 23, 2019, at 8:35 AM, Stefan Sperling wrote: > >> On Mon, Sep 23, 2019 at 01:53:58PM +0200, Branko Čibej wrote: >>> On 23.09.2019 13:20, Kumar, Raushan wrote: >>> >>> Hi Team, >>> >>> >>> I created a perforce dump using p42svn perl script, it created >>> successfully as showing in

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Nico Kadel-Garcia
On Wed, Sep 4, 2019 at 9:21 AM swdev wrote: > > I downloaded serf-1.3.9 and built it using > scons APR=/home/jonny/subversion APU=/home/jonny/subversion > ZLIB=/home/jonny/subversion OPENSSL=/home/jonny/subversion > PREFIX=/home/jonny/subversion > I then ran a scons check and got the following >

Re: Trying to build svn 1.12.2 from tarball

2019-09-03 Thread Nico Kadel-Garcia
On Tue, Sep 3, 2019 at 10:20 PM Daniel Shahaf wrote: > > swdev wrote on Tue, 03 Sep 2019 13:40 +00:00: > > SERF (from get-deps.sh) > > > > cd serf > > # clean the build > > scons -c > > scons APR=/home/jonny/subversion APU=/home/jonny/subversion > > ZLIB=/home/jonny/subversion OPENSSL=/home/j

Re: Decompression of svndiff data failed

2019-08-30 Thread Nico Kadel-Garcia
Your history is toast. Stop burning cycles. Lock your working server, Take clean working copies of the important branches if you can get them, the clean working copies, import them to a new server, and start with a much lighter working repository. And *stop* putting binaries in the same reposit

Re: Remote renames create subtree mergeinfo

2019-08-27 Thread Nico Kadel-Garcia
On Tue, Aug 27, 2019 at 12:42 PM wrote: > > FWIW, I found the explanations in these two emails from the same thread to be > easier to understand as a user: > https://svn.haxx.se/users/archive-2010-11/0408.shtml > https://svn.haxx.se/users/archive-2010-11/0466.shtml > > This sounds like yet anothe

Re: Questions about a script for regular backups

2019-08-22 Thread Nico Kadel-Garcia
On Thu, Aug 22, 2019 at 9:52 AM Anton Shepelev wrote: > > [replying via Gmane] > > Andreas Stieger: > > >The dump format is not the best option for backups. The > >restore time is much too slow as you need to recover from a > >serialized format. In many hand-baked scripts the dump > >method misses

Re: SVN repository("db") permissions has been reverted after performing the commit

2019-07-26 Thread Nico Kadel-Garcia
You need to get off RHEL 6. The subversion there is now outrageously old, and cannot be gracefully upgraded to a supported release. I know because I tried, I used to publish the repoforge packages for subversion. That said I’d check your subversion for known bugs, the umask for the httpd user or

Re: Is Permanently Accept SSL Certificate gone in 1.10.4 ?

2019-07-20 Thread Nico Kadel-Garcia
On Sat, Jul 20, 2019 at 2:54 PM Daniel Shahaf wrote: > > Stefan Sperling wrote on Sat, 20 Jul 2019 09:51 +00:00: > > But as a user I find it infuriating when software I use contains > > artificial restrictions like this. We should assume our users know > > what they are doing. Subversion is not a

Re: Is Permanently Accept SSL Certificate gone in 1.10.4 ?

2019-07-20 Thread Nico Kadel-Garcia
On Fri, Jul 19, 2019 at 7:41 AM Pierre Fourès wrote: > > Hi all, > > I have a script accessing an old svn server whom SSL certificate have > expired a long time ago. Up to now, I was permanently accepting the > certificate on the first run of the script and then everything was > sailling smooth. I

Re: Not able to delete a repo from the CLI for Subversion

2019-06-07 Thread Nico Kadel-Garcia
On Fri, Jun 7, 2019 at 8:39 AM Mark Phippard wrote: > > > On Jun 7, 2019, at 8:15 AM, Miller, Christopher M CIV USARMY MEDCOM AISR > > (US) wrote: > > > > > > > > I'm cleaning up Subversion repos that got spread out by accident and going > > to upgrade Subversion from v 1.6.11 to a newer versio

Re: SVN server ( (28)No space left on device: AH00023: Couldn't create the watchdog-callback mutex )

2019-05-10 Thread Nico Kadel-Garcia
e might be able to give good advice, but you'd need to provide a lot more information. Nico Kadel-Garcia > Can someone please help us in resolving the issue. > > > > > > [Mon Feb 18 03:36:05.063291 2019] [auth_digest:notice] [pid 31489] AH01757: > generating secret for

Re: Any recommendations when migrating Subversion to a new RHEL7 VM? (UNCLASSIFIED)

2019-04-07 Thread Nico Kadel-Garcia
On Sun, Apr 7, 2019 at 3:07 AM Miller, Christopher M CIV USARMY MEDCOM AISR (US) wrote: > > CLASSIFICATION: UNCLASSIFIED > > > > Hello, in the next few days, I'm going to be moving a Subversion repo from > RHEL5 to RHEL7 and version of Subversion (1.6.11 to 1.7.14-el7). > > > Here are some high l

Re: File capacity limitation in theory in SVN

2019-03-20 Thread Nico Kadel-Garcia
On Wed, Mar 20, 2019 at 7:53 AM Mark Phippard wrote: > > Redirecting this to the users@ list where it is more appropriate. > > On Wed, Mar 20, 2019 at 7:33 AM sosogh wrote: >> >> Hi list >> >> There are about 1.65T , 2.72 million files ,274 thousand folders in Samba. >> It consist of any file typ

Re: svn problem

2019-03-06 Thread Nico Kadel-Garcia
On Wed, Mar 6, 2019 at 12:52 AM Ryan Schmidt wrote: > On Feb 10, 2019, at 03:18, Chagai Nota wrote: > > >> Also did you try with working copy on the local computer instead of CIFS > >> share? > > It’s not CIFS share its NFS share I didn’t try because the working copy > > most to be on share dri

Re: svn problem

2019-02-05 Thread Nico Kadel-Garcia
On Tue, Feb 5, 2019 at 1:38 AM Chagai Nota wrote: > > in network share > yes every time he open new working copy after some period its happen > bur other users no > > > > נשלח מסמארטפון ה-Samsung Galaxy שלי. The network share is a CIFS share, and the local Subversion is old? Older versions of Sub

Re: Old repo backup, checkout current, lost repo, create new repo?

2018-12-10 Thread Nico Kadel-Garcia
On Mon, Dec 10, 2018 at 9:10 PM Tom Browder wrote: > > > > On Mon, Dec 10, 2018 at 19:45 Nico Kadel-Garcia wrote: >> >> On Mon, Dec 10, 2018 at 5:56 AM Tom Browder wrote: >> > >> > On Mon, Dec 10, 2018 at 12:10 AM Nico Kadel-Garcia >> > wrote

Re: Old repo backup, checkout current, lost repo, create new repo?

2018-12-10 Thread Nico Kadel-Garcia
On Mon, Dec 10, 2018 at 5:56 AM Tom Browder wrote: > > On Mon, Dec 10, 2018 at 12:10 AM Nico Kadel-Garcia wrote: > > On Sun, Dec 9, 2018 at 6:31 PM Tom Browder wrote: > ... > > > Given that history will be lost, does anyone see any problems with my > > > rec

Re: Old repo backup, checkout current, lost repo, create new repo?

2018-12-09 Thread Nico Kadel-Garcia
On Sun, Dec 9, 2018 at 6:31 PM Tom Browder wrote: > > I have three svn repos I recently (6 months ago) moved to my private, remote > server. Due to life and negligence, I only have one svn hotcopy of two of > them made immediately after the move. > > A week ago the disk with the three repos fail

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-12-09 Thread Nico Kadel-Garcia
On Mon, Dec 10, 2018 at 12:30 AM Branko Čibej wrote: > > On 09.12.2018 23:41, Nico Kadel-Garcia wrote: > > On Sun, Dec 9, 2018 at 1:27 PM Branko Čibej wrote: > >> On 09.12.2018 19:14, Thorsten Schöning wrote: > >>> Guten Tag Thorsten Schöning, > >>

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-12-09 Thread Nico Kadel-Garcia
On Sun, Dec 9, 2018 at 1:27 PM Branko Čibej wrote: > > On 09.12.2018 19:14, Thorsten Schöning wrote: > > Guten Tag Thorsten Schöning, > > am Mittwoch, 21. November 2018 um 15:23 schrieben Sie: > > > >>> Thanks for following up. Our engineers have been able to reproduce > >>> the error on our CI sy

Re: Can SVN pull request same as GIT?

2018-12-01 Thread Nico Kadel-Garcia
On Sat, Dec 1, 2018 at 4:00 AM Stefan Sperling wrote: > > On Fri, Nov 30, 2018 at 07:19:06PM -0500, Nico Kadel-Garcia wrote: > > git pull requests perform a merge in the local repository. What you'd > > need to create for this is a local repository, not a working co

Re: Can SVN pull request same as GIT?

2018-11-30 Thread Nico Kadel-Garcia
On Fri, Nov 30, 2018 at 8:20 AM Julian Foad wrote: > > Nico Kadel-Garcia wrote: > > On Thu, Nov 29, 2018 at 10:31 PM 钱海远(Nathan) > > wrote: > >> We want to develop a feature like git pull request . > >> [...] > > > > This seems infeasible.

Re: Can SVN pull request same as GIT?

2018-11-30 Thread Nico Kadel-Garcia
On Thu, Nov 29, 2018 at 10:31 PM 钱海远(Nathan) wrote: > Dear Sir, > > > > We want to develop a feature like git pull request . > > > > But it is not easy to develop. Svn has only one server , how to store the > patches? If build failed , how to revert working copy. How to resolve the > conflict. >

Re: Removing data from subversion

2018-11-28 Thread Nico Kadel-Garcia
On Wed, Nov 28, 2018 at 6:42 AM Ahtesham Kazi wrote: > > Greetings, > > I have read that subversion does not allow deleting obsolete not required > data. > Is there a way we can fork from some point onwards ? Kind-of sort-of. There's a lot of discussion in the Red Book and mailing list. To prune

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-22 Thread Nico Kadel-Garcia
On Wed, Nov 21, 2018 at 9:54 AM Branko Čibej wrote: > > On 21.11.2018 15:23, Thorsten Schöning wrote: > > Guten Tag Branko Čibej, > > am Donnerstag, 15. November 2018 um 18:21 schrieben Sie: > > > >> Has there been any further update from them on this issue? > > News: > > > >> Thanks for following

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-05 Thread Nico Kadel-Garcia
On Mon, Nov 5, 2018 at 12:27 PM Thorsten Schöning wrote: > > Guten Tag Ryan Schmidt, > am Montag, 5. November 2018 um 04:45 schrieben Sie: > > > I'd be interested to know the resolution, since I use the GitHub > > svn bridge daily. I'll hold off on upgrading past Subversion 1.10.x > > for now but

Re: subversion 1.11.0 on FreeBSD 11.2: ... does not support the HTTP/DAV protocol

2018-11-05 Thread Nico Kadel-Garcia
On Mon, Nov 5, 2018 at 6:28 PM Dr. Rolf Jansen wrote: > > > Am 05.11.2018 um 20:43 schrieb Stefan Sperling : > > > > On Mon, Nov 05, 2018 at 08:21:20PM -0200, Dr. Rolf Jansen wrote: > >> and of course the GitHub server does support HTTP/DAV. > > > >> # svn co https://github.com/cyclaero/ContentCGI

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-04 Thread Nico Kadel-Garcia
On Sun, Nov 4, 2018 at 10:05 AM Thorsten Schöning wrote: > > Hi all, > > GitHub documents to support Subversion clients and I'm using that for > many projects to include them in one of my working copies using > svn:externals. Since upgrading TortoiseSVN from 1.10 to 1.11 I get the > following erro

Re: Question About Package...

2018-10-12 Thread Nico Kadel-Garcia
nd for the faint of heart, there are my own RPM building tools over at https://github.com/nkadel/ . But my tools are for fun, they're not production grade. Nico Kadel-Garcia On Fri, Oct 12, 2018 at 12:46 PM Gerardo Hernandez Sanchez < gerardo.hernan...@officedepot.com.mx> wrote: > H

  1   2   3   4   5   6   7   8   9   10   >