RE: svn up -r {DATE} returns E1000104

2023-06-20 Thread Mun Johl
Hi Daniel, [... snip ...] Which protocol do you use for accessing the repository? (svn info --show-item url should give the url, the protocol is the first part) [Mun] svn: Thanks for checking! Then we need to look at svnserve. Can you figure out how it is started? It can be run either in

RE: svn up -r {DATE} returns E1000104

2023-06-13 Thread Mun Johl
—but maybe that doesn’t make a difference if it’s the total repository size that makes a difference—and I still had the same issue with ‘svn up -r {DATE}’. Thank you very much for your feedback! Best regards, -- Mun Johl Kind regards, Daniel Sahlberg

svn up -r {DATE} returns E1000104

2023-06-12 Thread Mun Johl
Hi all, Let me start out by saying I know we are on an old version of SVN on RHEL7, and I apologize in advance for that fact. Our SVN revision is: v1.9.12 We had to obsolete our old local SVN server and then we moved to a remote VM running the aforementioned version of SVN. Our old local SVN

RE: Does reintegration merge the logs?

2021-12-17 Thread Mun Johl
Hi Mark, > On Fri, Dec 17, 2021 at 3:49 PM Mun Johl wrote: > > > > Hi all, > > > > We’re using SVN version 1.8.19 on Linux. I was wondering if I execute an > > “svn merge –reintegrate” to reintegrate a branch back to > trunk, will SVN merge the

RE: Does reintegration merge the logs?

2021-12-17 Thread Mun Johl
Hi Stefan, > -Original Message- > On Fri, Dec 17, 2021 at 08:49:03PM +0000, Mun Johl wrote: > > Hi all, > > > > We're using SVN version 1.8.19 on Linux. > > You should consider upgrading to 1.14.1, it has many important > bug fixes and nice new features.

Does reintegration merge the logs?

2021-12-17 Thread Mun Johl
Hi all, We're using SVN version 1.8.19 on Linux. I was wondering if I execute an "svn merge -reintegrate" to reintegrate a branch back to trunk, will SVN merge the logs from the various check-ins done on the branch back into the trunk as well? Empirical data shows that it does not; but I'm

RE: Consequences of reintegrating without first doing a sync-merge?

2021-04-23 Thread Mun Johl
, -- Mun > On Fri, Apr 23, 2021 at 1:24 PM Mun Johl wrote: > > I had to do a rush reintegration and in my haste I forgot to do the > > sync-merge first. What kind of fallout is possible under these > circumstances? That is, what are the ramifications of me skipping the

Consequences of reintegrating without first doing a sync-merge?

2021-04-23 Thread Mun Johl
Hi, I had to do a rush reintegration and in my haste I forgot to do the sync-merge first. What kind of fallout is possible under these circumstances? That is, what are the ramifications of me skipping the sync-merge step. Thank you and regards, -- Mun

RE: Help needed with a unique type of branch creation

2020-03-04 Thread Mun Johl
Hi all, My apologies; Stefan's suggestion _did_ in fact work correctly. I misread the logs :( Sorry to have taken your time. Thanks again, Stefan! Best regards, -- Mun > -Original Message- > From: Mun Johl > Sent: Wednesday, March 4, 2020 9:03 AM > To: Stefan Sp

RE: Help needed with a unique type of branch creation

2020-03-04 Thread Mun Johl
Hi Stefan, Thank you very much for your reply. Please see my comments below. > On Wed, Mar 04, 2020 at 04:45:45AM +0000, Mun Johl wrote: > > Hi all, > > > > Off of trunk in our repo are various directories. I am trying to branch a > specific revision of two of the dire

Help needed with a unique type of branch creation

2020-03-03 Thread Mun Johl
Hi all, Off of trunk in our repo are various directories. I am trying to branch a specific revision of two of the directories and am not being successful ... the branch is always off of the HEAD revision. Here's one attempt: $ svn mkdir ^/branches/temp $ svn copy -r 1

Re: How to update a sparse directory?

2019-06-07 Thread Mun Johl
Hi Mark, On Fri, Jun 07, 2019 at 04:36 PM PDT, Mark Phippard wrote: ... Text Deleted ... > >> You just run svn up and it basically says as much in the docs: > >> > >> http://svnbook.red-bean.com/en/1.7/svn.advanced.sparsedirs.html > >> > >> "Fortunately, having a complex collection of ambient

Re: How to update a sparse directory?

2019-06-07 Thread Mun Johl
Hi Mark, Thank you for your reply. Please see my comments below. On Fri, Jun 07, 2019 at 03:37 PM PDT, Mark Phippard wrote: > > On Jun 7, 2019, at 4:34 PM, Mun Johl > > mailto:mun.j...@kazan-networks.com>> wrote: > > > > We're using SVN version 1.8.19 o

How to update a sparse directory?

2019-06-07 Thread Mun Johl
Hi, We're using SVN version 1.8.19 on Red Hat Enterprise Linux 6.8 . For one of our projects, the SVN area is a sparse directory. I'm wondering what's the best way to update that directory? I've searched the web but haven't found a definitive answer to how to _update_ a sparse directory.

Re: I need a decoder ring for the qacct output

2019-04-25 Thread Mun Johl
Hi Johan, On Thu, Apr 25, 2019 at 02:55 AM PDT, Johan Corveleyn wrote: > On Thu, Apr 25, 2019 at 3:24 AM Mun Johl wrote: > > > > Hi, > > > > I'm using 'qacct -P' in the hope of tracking metrics on a per project > > basis. I am getting data out of qacct, however

I need a decoder ring for the qacct output

2019-04-24 Thread Mun Johl
Hi, I'm using 'qacct -P' in the hope of tracking metrics on a per project basis. I am getting data out of qacct, however I don't fully comprehend what the data is trying to tell me. I've searched the man pages and web for definitions of the output of qacct, but I have not been able to find a

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

2019-04-19 Thread Mun Johl
Hi Nathan, On Thu, Apr 18, 2019 at 09:23 PM PDT, Nathan Hartman wrote: > On Thu, Apr 18, 2019 at 5:08 PM Ryan Schmidt > mailto:subversion-2...@ryandesign.com>> wrote: >> In this whole thread we are presuming that you have a single repository >> containing multiple projects. In that case, you

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

2019-04-18 Thread Mun Johl
Hi Ryan, On Thu, Apr 18, 2019 at 02:07 PM PDT, Ryan Schmidt wrote: > On Apr 18, 2019, at 15:40, Mun Johl wrote: > > > On Thu, Apr 18, 2019 at 01:30 PM PDT, Ryan Schmidt wrote: > >> > >> On Apr 18, 2019, at 14:04, Mun Johl wrote: > > >>> Since

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

2019-04-18 Thread Mun Johl
Hi Ryan, On Thu, Apr 18, 2019 at 01:30 PM PDT, Ryan Schmidt wrote: > > On Apr 18, 2019, at 14:04, Mun Johl wrote: > > > I was thinking I would do all of the manipulation via linux commands and > > get the structure the way I wanted > > What I haven't understood in t

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

2019-04-18 Thread Mun Johl
Hi Thorsten, On Thu, Apr 18, 2019 at 11:29 AM PDT, Thorsten Schöning wrote: > Guten Tag Mun Johl, > am Donnerstag, 18. April 2019 um 18:10 schrieben Sie: > > > Hmm, I was not aware of svnmucc. But after reading about svnmucc I > > think what I would need to do is create th

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

2019-04-18 Thread Mun Johl
Hi Lorenz, Thank you for your reply. Please see my comments below. On Wed, Apr 17, 2019 at 10:28 PM PDT, Lorenz wrote: > > Mun Johl wrote: > >We're using SVN version 1.8.19 on Red Hat Enterprise Linux 6.8 . > > > >For a new project we are about to undertake, I need to c

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

2019-04-17 Thread Mun Johl
Hi Nathan, Please see my comments below. On Wed, Apr 17, 2019 at 07:01 PM PDT, Nathan Hartman wrote: > On Wed, Apr 17, 2019 at 8:01 PM Mun Johl > mailto:mun.j...@kazan-networks.com>> wrote: > Hi Eric, > > Thank you for your reply. > Please see my comments below. >

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

2019-04-17 Thread Mun Johl
al commit to the new project. Thanks and Regards, -- Mun > Eric. > > On Wed, Apr 17, 2019 at 3:51 PM Mun Johl > mailto:mun.j...@kazan-networks.com>> wrote: > Hi, > > We're using SVN version 1.8.19 on Red Hat Enterprise Linux 6.8 . > > For a new project w

Importing from a working copy ... bad idea?

2019-04-17 Thread Mun Johl
Hi, We're using SVN version 1.8.19 on Red Hat Enterprise Linux 6.8 . For a new project we are about to undertake, I need to create a new directory in our repository (let's call it ^/trunk/new_project). However, most of the directories/files in the "new_project" directory will come from other

Re: AW: SVN is ignoring needs-lock property

2014-07-30 Thread Mun Johl
Hi, Thank you for your reply. Please see my comments below. On Tue, Jul 29, 2014 at 07:30 AM PDT, Niemann, Hartmut wrote: NH -Ursprüngliche Nachricht- NH Von: Mun Johl [mailto:mun.j...@emulex.com] NH [...] NH As a test, I made a small change to the file and attempted a check-in NH (w

Re: AW: SVN is ignoring needs-lock property

2014-07-30 Thread Mun Johl
Hi Markus, Please see my comments below. On Tue, Jul 29, 2014 at 07:59 AM PDT, Markus Schaber wrote: MS Hi, MS MS Von: Markus Schaber [mailto:m.scha...@codesys.com] MS Von: Niemann, Hartmut [mailto:hartmut.niem...@siemens.com] MS-Ursprüngliche Nachricht- MSVon: Mun Johl

Re: SVN is ignoring needs-lock property

2014-07-30 Thread Mun Johl
Hi Andreas, Please see my comments below. On Mon, Jul 28, 2014 at 03:04 PM PDT, Andreas Stieger wrote: ASHi, ASOn 28 Jul 2014, at 22:38, Mun Johl mun.j...@emulex.com wrote: AS AS I have an XML file checked in with the svn:needs-lock property set. I AS verified

SVN is ignoring needs-lock property

2014-07-28 Thread Mun Johl
Hi, I'm using: SNV version 1.6.17 CentOS 6.4 I have an XML file checked in with the svn:needs-lock property set. I verified that the permissions on the file in the filesystem do not include write permission. As a test, I made a small change to the file and attempted a check-in (w/o first