Re: Pricing for SVN

2024-01-11 Thread Daniel Sahlberg
Den 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. > TortoiseSVN is free software ("free" both as in freedom and no cost), however donations a

Pricing for SVN

2024-01-11 Thread kiran.sm_b3
Hello Andreas, Thank you for the reply. Could you please share the pricing details for Tortoise SVN as well. Thanks and Regards Kiran S M XT Silicon Brains Technologies Private Limited CIN: U62099KA2023PTC173317 Registered office address: #1, 2 and 3, E

Re: Queries on SVN

2024-01-09 Thread Nico Kadel-Garcia
Yes. However note that these files are not suitable for text-base > merging as they are not code. Meaning that any version control system, > including svn, should be configured to required locking prior to > editing, in order to enforce a sequence in editing. That does not match the con

Re: Queries on SVN

2024-01-08 Thread Andreas Stieger
control system, including svn, should be configured to required locking prior to editing, in order to enforce a sequence in editing. https://svnbook.red-bean.com/nightly/en/svn.basic.version-control-basics.html#svn.basic.vsn-models.copy-merge https://svnbook.red-bean.com/nightly/en

Queries on SVN

2024-01-07 Thread kiran.sm_b3
Hi, Can you please clarify these doubts at your earliest. * Does Subversion support Version control for LabVIEW, test-stand, AutoCAD, SolidWorks? * Does Subversion automatically update revision when someone makes any changes in the documents? Thanks Thanks and

Re: Is there a write opposite to "svn cat"?

2023-11-29 Thread Daniel Sahlberg
t;> On 25 Nov 2023, at 13:40, Pavel Lyalyakin >>> wrote: >>> >>> `svnmucc put` perhaps? >>> https://svnbook.red-bean.com/en/1.8/svn.ref.svnmucc.re.html >>> >>> >>> From reading the manual it looks perfect, but I’m having no luck: >>

Re: Is there a write opposite to "svn cat"?

2023-11-28 Thread Nathan Hartman
>> https://svnbook.red-bean.com/en/1.8/svn.ref.svnmucc.re.html >> >> >> From reading the manual it looks perfect, but I’m having no luck: >> >> [root@seawitch postgres]# cat db.sql | svnmucc put - >> file:///var/lib/svn/db/db.sql >> >> svnmucc: invalid option: &

Re: Is there a write opposite to "svn cat"?

2023-11-27 Thread Graham Leggett via users
On 27 Nov 2023, at 07:03, Lorenz via users wrote: > try svnmucc put -- - url This was the secret, it worked thank you! Regards, Graham —

Re: Is there a write opposite to "svn cat"?

2023-11-27 Thread Graham Leggett via users
t; > Can you instead try: > $ svnmucc put db.sql file:///var/lib/svn/db/db.sql > > I will bring this discussion to the d...@subversion.apache.org > <mailto:d...@subversion.apache.org> to figure out if we need to change the > documentation or if we can fix the code. The "

Re: Is there a write opposite to "svn cat"?

2023-11-26 Thread Lorenz via users
’m having no luck: > >[root@seawitch postgres]# cat db.sql | svnmucc put - >file:///var/lib/svn/db/db.sql >svnmucc: invalid option: >Type 'svnmucc --help' for usage. > >Alas the error message mentions an invalid option, but doesn’t say which >option, or why it is invalid. > >Regards, >Graham >—

Re: Is there a write opposite to "svn cat"?

2023-11-26 Thread Daniel Sahlberg
nual it looks perfect, but I’m having no luck: > > [root@seawitch postgres]# cat db.sql | svnmucc put - > file:///var/lib/svn/db/db.sql > > svnmucc: invalid option: > > Type 'svnmucc --help' for usage. > > Alas the error message mentions an invalid option, but doesn’t

Re: Is there a write opposite to "svn cat"?

2023-11-26 Thread Graham Leggett via users
On 25 Nov 2023, at 13:40, Pavel Lyalyakin wrote: > `svnmucc put` perhaps? > https://svnbook.red-bean.com/en/1.8/svn.ref.svnmucc.re.html From reading the manual it looks perfect, but I’m having no luck: [root@seawitch postgres]# cat db.sql | svnmucc put - file:///var/lib/svn/db/db.sql s

Re: Is there a write opposite to "svn cat"?

2023-11-25 Thread Pavel Lyalyakin via users
On Sat, 25 Nov 2023 at 15:18, Graham Leggett via users wrote: > > Hi all, > > The “svn cat” command will read a file from a (in my case local file based) > repository to stdout. Is there an equivalent to write into a repository from > the svn command line? > > First

Is there a write opposite to "svn cat"?

2023-11-25 Thread Graham Leggett via users
Hi all, The “svn cat” command will read a file from a (in my case local file based) repository to stdout. Is there an equivalent to write into a repository from the svn command line? First prize from stdin, second prize from a local file on disk. “svn import” comes close, but cannot be run

Re: SVN update not working in MacOS Sonoma

2023-10-11 Thread Sean McBride
On 6 Oct 2023, at 10:40, Daniel Sahlberg wrote: > Pavel has confirmed that Subversion works for him without any issues on macOS > 14 FWIW svn 1.14.2 from MacPorts has been working for me fine throughout the macOS 14 beta cycle, and with the final release. Sean

Re: SVN update not working in MacOS Sonoma

2023-10-06 Thread Daniel Sahlberg
Den fre 6 okt. 2023 kl 10:58 skrev : > Hi Daniel, > > I tried Fiddler, but no network data is capturing when I run the SVN > commands in the terminal. Check the attached video > > May I know what exactly you are looking for in the network data, I just > wanted to know

Re: SVN update not working in MacOS Sonoma

2023-10-05 Thread pavan . kumar
Hi Daniel, What exactly you are referring about "Have you tried to catch the network traffic?" , can you please help how to check this network network traffic while running svn commands Regards Pavan On 5 Oct 2023 at 1:25 PM +0530, Daniel Sahlberg , wrote: > Den ons 4 okt. 2023 k

Re: SVN update not working in MacOS Sonoma

2023-10-05 Thread Daniel Sahlberg
Den tors 5 okt. 2023 kl 10:13 skrev : > Hi Daniel, > > What exactly you are referring about "Have you tried to catch the network > traffic?" , can you please help how to check this network network traffic > while running svn commands > > Regards > Pavan > S

Re: SVN update not working in MacOS Sonoma

2023-10-05 Thread Daniel Sahlberg
Den ons 4 okt. 2023 kl 11:22 skrev : > Hi Daniel, > > I attempted to use svn commands in the terminal on the latest version of > MacOS and encountered errors with both "svn update" and "svn checkout". > However, when I ran the same commands on an earlier version

Re: SVN update not working in MacOS Sonoma

2023-10-04 Thread pavan . kumar
Hi Daniel, I attempted to use svn commands in the terminal on the latest version of MacOS and encountered errors with both "svn update" and "svn checkout". However, when I ran the same commands on an earlier version of MacOS using a virtual machine, I did not encounter

Re: SVN update not working in MacOS Sonoma

2023-10-04 Thread Daniel Sahlberg
ncountered any issues > with the "svn update" and "svn checkout" commands while running them on > both the Ubuntu and MacOS 13 virtual machines. However, when running these > commands on my MacBook, which has the latest MacOS 14 version installed, I > encounter some

Re: SVN update not working in MacOS Sonoma

2023-10-03 Thread pavan . kumar
Hi Daniel, Thanks for the quick reply. Our repository is currently hosted on AWS EC2. To check the issue in other OS's, I have set up Ubuntu and MacOS 13 virtual machines on my MacBook using UTM. I have not encountered any issues with the "svn update" and "svn chec

Re: SVN update not working in MacOS Sonoma

2023-10-03 Thread Daniel Sahlberg
Den tis 3 okt. 2023 kl 08:28 skrev : > Hi Pavel, > > Thanks for the quick reply. > > I m using my personal macbook, so I dont have any proxy server, reverse > proxy or application firewall. > Where is your repository located? A reverse proxy is something you would expect to have on the server si

Re: SVN update not working in MacOS Sonoma

2023-10-02 Thread suwanji
Lyalyakin , wrote: > On Mon, 2 Oct 2023 at 14:22, wrote: > > > > Hi, > > > > Since the latest version of the MacOS Sonoma, I m facing issues with SVN. > > > > Please check the following > > > > svn update ─╯ > > Updating '.': >

Re: SVN update not working in MacOS Sonoma

2023-10-02 Thread Pavel Lyalyakin via users
On Mon, 2 Oct 2023 at 14:22, wrote: > > Hi, > > Since the latest version of the MacOS Sonoma, I m facing issues with SVN. > > Please check the follow

SVN update not working in MacOS Sonoma

2023-10-02 Thread pavan . kumar
Hi, Since the latest version of the MacOS Sonoma, I m facing issues with SVN. Please check the following svn update                                                                                                                                    ─╯ Updating '.': svn: E130005: X

Re: FALLO SVN Y DIRECTORIO SVN TECMEC 1 MES

2023-08-29 Thread Pavel Lyalyakin via users
On Tue, Aug 29, 2023 at 12:44 PM Abajo Maestre, Hector Daniel via users wrote: > > Hello, > > We use subversión and we are having some trouble that stop sus at all. > > Suddenly when we try to “SVN update” from explorer it fails due to corruption > of some file of certain f

RV: FALLO SVN Y DIRECTORIO SVN TECMEC 1 MES

2023-08-29 Thread Abajo Maestre, Hector Daniel via users
Hello, We use subversión and we are having some trouble that stop sus at all. Suddenly when we try to "SVN update" from explorer it fails due to corruption of some file of certain folder as shows in the image... then we cannot update. How can we proceed? :( there is only two fo

Re: Unable to commit code in SVN repo

2023-07-13 Thread Daniel Sahlberg
> > *Praveen Pothkanooru* > > *Mattel ECOM Support* > > *HCL Tech | Mattel Inc* > > > > *From:* Daniel Sahlberg > *Sent:* Thursday, July 13, 2023 9:34 PM > *To:* Pothkanoori, Praveen Kumar(HCL) > > *Cc:* users@subversion.apache.org > *Subject:* Re: Unable to

RE: Unable to commit code in SVN repo

2023-07-13 Thread Pothkanoori, Praveen Kumar(HCL) via users
, July 13, 2023 9:34 PM To: Pothkanoori, Praveen Kumar(HCL) Cc: users@subversion.apache.org Subject: Re: Unable to commit code in SVN repo Hi I believe the pre commit hook message is unrelated since it is on a completely different date. Anyway you have some information about it in Nathan’s mail

Re: Unable to commit code in SVN repo

2023-07-13 Thread Daniel Sahlberg
> > > Below are the details requested – > > > > *SVN version* > > > > $ svn --version > > svn, version 1.6.11 (r934486) > >compiled Aug 4 2015, 09:07:02 > > > > Copyright (C) 2000-2009 CollabNet. > > Subversion is open source sof

Re: Unable to commit code in SVN repo

2023-07-13 Thread Nathan Hartman
GDT|ADA|AGDH|TPP|DPS|WCSPB)-[0- > 9]+,?)+):"\n-- > --\nCOMMIT VIOLATION:\nCommit comment must have at > least 10 characters after the colon\nRevision property "svn:log" > did not match regex ":.{10,}"\nMore info at > http://svn/repo

RE: Unable to commit code in SVN repo

2023-07-13 Thread Pothkanoori, Praveen Kumar(HCL) via users
Hi Daniel, Below are the details requested – SVN version $ svn --version svn, version 1.6.11 (r934486) compiled Aug 4 2015, 09:07:02 Copyright (C) 2000-2009 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by

Re: Unable to commit code in SVN repo

2023-07-13 Thread Daniel Sahlberg
tors 13 juli 2023 kl. 15:11 skrev Pothkanoori, Praveen Kumar(HCL) via users : > Hi Team, > > > > Please help with any solution to fix the code commit issue in SVN repo. > There is no issue in code check out, only it is throwing below error while > doing code commits. >

Unable to commit code in SVN repo

2023-07-13 Thread Pothkanoori, Praveen Kumar(HCL) via users
Hi Team, Please help with any solution to fix the code commit issue in SVN repo. There is no issue in code check out, only it is throwing below error while doing code commits. We tried all the major troubleshooting steps to fix the issue - yet it is not working. Some of selected resources

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-17 Thread Daniel Sahlberg
Den tis 13 juni 2023 kl 17:33 skrev Mun Johl : [... 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 svns

RE: svn up -r {DATE} returns E1000104

2023-06-13 Thread Mun Johl
Hi Daniel, Thank you very much for your reply. Please see my comments below. 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

Re: svn up -r {DATE} returns E1000104

2023-06-13 Thread Daniel Sahlberg
Den mån 12 juni 2023 kl 20:45 skrev 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 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: Maintaining a SVN 1.7 mirror without network access

2023-06-08 Thread Johan Corveleyn
On Thu, Jun 8, 2023 at 2:54 AM Colcord, Scott via users wrote: > > Thanks to all for their insights. > > On Saturday, June 3, 2023 2:41 PM, Andreas Stieger wrote: > > No you cannot do it in the way you described, and your approach is > > incorrect. Not for svn, but IT. &

RE: Maintaining a SVN 1.7 mirror without network access

2023-06-07 Thread Colcord, Scott via users
Thanks to all for their insights. On Saturday, June 3, 2023 2:41 PM, Andreas Stieger wrote: > No you cannot do it in the way you described, and your approach is incorrect. > Not for svn, but IT. Just to be clear, the status quo was not my idea; I'm just trying to work with

Re: Maintaining a SVN 1.7 mirror without network access

2023-06-04 Thread Nico Kadel-Garcia
want to refresh the mirror, I have a sysadmin log in to the > mirror SVN server, delete and recreate the repo from scratch, and then load > the dump into it and apply the single manual commit. This works, but is > pretty cumbersome, and requires an admin. > > > > Is there a way

Re: Maintaining a SVN 1.7 mirror without network access

2023-06-03 Thread Nathan Hartman
mp, without needing to manually delete it first – and ideally > > without needing local rights (perhaps using svnrdump)? Essentially, I > > want the revisions from the dump file to replace the same-number > > revisions in the repo, rather than appending. > > > > Is thi

Re: Maintaining a SVN 1.7 mirror without network access

2023-06-03 Thread Andreas Stieger
same-number revisions in the repo, rather than appending. Is this possible? No you cannot do it in the way you described, and your approach is incorrect. Not for svn, but IT. For subversion: If you alter the history of the repository in any way, all working copies will be invalidated. So even

Maintaining a SVN 1.7 mirror without network access

2023-06-02 Thread Colcord, Scott via users
appropriate for the mirror's network). I'm fine with manually reapplying this commit after each load. Currently, when I want to refresh the mirror, I have a sysadmin log in to the mirror SVN server, delete and recreate the repo from scratch, and then load the dump into it and apply

Re: How to move the svn server data to new partition?

2023-05-09 Thread Bo Berglund
On Tue, 9 May 2023 07:36:12 -0400, "Bo Berglund" wrote: >I am running a backup subversion server on an Ubuntu 20.04.6 LTS SERVER. >The subversion version is: 1.13.0 (r1867053) > >The subversion data are located in /var/lib/svn and it has caused the root >file system to

Re: Svn server uses up all disk, how to fix?

2023-05-09 Thread Pavel Lyalyakin via users
On Tue, May 9, 2023 at 7:45 PM Bo Berglund wrote: > > I have an svn server running as a backup system on an Ubuntu 20.04.6 LTS > SERVER. > > $ svn --version > svn, version 1.13.0 (r1867053) >compiled May 12 2022, 20:47:08 on x86_64-pc-linux-gnu > > Today after ret

How to move the svn server data to new partition?

2023-05-09 Thread Bo Berglund
I am running a backup subversion server on an Ubuntu 20.04.6 LTS SERVER. The subversion version is: 1.13.0 (r1867053) The subversion data are located in /var/lib/svn and it has caused the root file system to be all used up such that much don't work anymore like apt... The root partition is

Svn server uses up all disk, how to fix?

2023-05-09 Thread Bo Berglund
I have an svn server running as a backup system on an Ubuntu 20.04.6 LTS SERVER. $ svn --version svn, version 1.13.0 (r1867053) compiled May 12 2022, 20:47:08 on x86_64-pc-linux-gnu Today after returning from a 2-week trip I discovered that the Ubuntu server had run out of disk space on / and

Re: display web contents from svn repository

2023-04-24 Thread Daniel Sahlberg
Den mån 24 apr. 2023 kl 20:16 skrev Marco Asa : > Nice, I was not aware of hooks and post-commit would work very nicely > for the pourpose. I still had to make it work in a convoluted way > since I deployed the svm server manager in an isolated container and > the post-commit hook could not access

Re: display web contents from svn repository

2023-04-24 Thread Marco Asa
Hello Daniel, thanks for the answer, > > If the SVN repository is available over http/https, then it should be > possible to configure mod_rewrite so that any access to the web server is > redirected to the Subversion server. > Unfortunately this is not my case but I was not

Re: display web contents from svn repository

2023-04-24 Thread Daniel Sahlberg
Den mån 24 apr. 2023 kl 13:19 skrev Marco Asa : > Hello, > > I set up a combined svn server / web server where the latter displays > contents taken directly from one of the repositories. It runs fine but > I would like to make it work a bit more efficiently. > > At the mome

display web contents from svn repository

2023-04-24 Thread Marco Asa
Hello, I set up a combined svn server / web server where the latter displays contents taken directly from one of the repositories. It runs fine but I would like to make it work a bit more efficiently. At the moment it works like this: 1) Both the svn repository and one checkout of it in

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
4 skrev 김성민 [넷마블에프앤씨/R&D빌드파트] < > sungmin4...@nm-fc.com>: > >>> > >>> hello. I am sending an e-mail because I have a question during the svn > backup process. > >>> > >>> When backing up svn, you are backing up using svnsync or dump.

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 beca

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
답변 감사합니다. 2023년 4월 18일 (화) 오전 5:14, Daniel Sahlberg 님이 작성: > Den mån 17 apr. 2023 kl 17:44 skrev 김성민 [넷마블에프앤씨/R&D빌드파트] < > sungmin4...@nm-fc.com>: > >> hello. I am sending an e-mail because I have a question during the svn >> backup process. >> >> Wh

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 Daniel Sahlberg
Den mån 17 apr. 2023 kl 17:44 skrev 김성민 [넷마블에프앤씨/R&D빌드파트] < sungmin4...@nm-fc.com>: > hello. I am sending an e-mail because I have a question during the svn > backup process. > > When backing up svn, you are backing up using svnsync or dump. > > However, if you

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
hello. I am sending an e-mail because I have a question during the svn backup process. When backing up svn, you are backing up using svnsync or dump. However, if you try to move and use the copy command or move command provided by linux os to change only the location on the same computer

RE: Re: Disable svn service temporarily

2023-04-03 Thread Felix Natter
have setup an ALMA Linux 8 (~RH8) Server, to which I will migrate some > > repositories from a Ubuntu 20.04 system. During the migration phase I > > would > > like to disable the svn (svn+ssh://) service temporarily on the Ubuntu > > 20.04 > > system. > > >

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-21 Thread Johan Corveleyn
On Mon, Mar 20, 2023 at 11:56 PM Daniel Sahlberg wrote: > > Den mån 20 mars 2023 kl 21:09 skrev Xsawer xsawer : >> >> Both are correct in my eyes, just the information, that svn:ingore is listed >> by svn propget/proplist when using parameter --show-inherited-props, is &

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Daniel Sahlberg
Den mån 20 mars 2023 kl 21:09 skrev Xsawer xsawer : > Both are correct in my eyes, just the information, that svn:ingore is > listed by svn propget/proplist when using parameter --show-inherited-props, > is missing. I would write something like: > ...the patterns found in the svn:ign

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Xsawer xsawer
Both are correct in my eyes, just the information, that svn:ingore is listed by svn propget/proplist when using parameter --show-inherited-props, is missing. I would write something like: ...the patterns found in the svn:ignore property apply only to the directory on which that property is set

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Daniel Sahlberg
rited. > +1 > > -- Původní e-mail -- > Od: Daniel Sahlberg > Komu: Xsawer xsawer > Kopie: users@subversion.apache.org > Datum: 20. 3. 2023 19:44:05 > Předmět: Re: Property svn:ignore reported as inherited by svn proplist > > Den mån

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Xsawer xsawer
: Xsawer xsawer Kopie: users@subversion.apache.org Datum: 20. 3. 2023 19:44:05 Předmět: Re: Property svn:ignore reported as inherited by svn proplist " Den mån 20 mars 2023 kl 19:04 skrev Xsawer xsawer mailto:xxsa...@seznam.cz)>: " Hi, thank you for quick response. I would say th

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Daniel Sahlberg
e > directory on which that property is set, and not to any of its > subdirectories. > > https://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.ignore.html > > On the other hand svn proplist --help says: > --show-inherited-props : retrieve properties set on parents of the ta

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Xsawer xsawer
t to any of its subdirectories. https://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.ignore. html On the other hand svn proplist --help says: --show-inherited-props   : retrieve properties set on parents of the target Not a word about inheritance. Dan -- Původní e-mai

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Daniel Sahlberg
inheritable. > I am wondering why is property svn:ignore reported as inherited from > folder main > when querying e.g. via > svn proplist config --show-inherited-props > > Here is the output: > svn proplist config --show-inherited-props > Inherited properties on 'config'

Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Xsawer xsawer
querying e.g. via svn proplist config --show-inherited-props Here is the output: svn proplist config --show-inherited-props Inherited properties on 'config', from '/tmp/main':   svn:ignore Isn't it a bug? Thank you, Dan

Re: Disable svn service temporarily

2023-03-17 Thread Trent Fisher
On 3/14/2023 8:52 AM, Felix Natter wrote: Dear subversion community, I have setup an ALMA Linux 8 (~RH8) Server, to which I will migrate some repositories from a Ubuntu 20.04 system. During the migration phase I would like to disable the svn (svn+ssh://) service temporarily on the Ubuntu

RE: Disable svn service temporarily

2023-03-14 Thread Juan Gabriel Covas
If you're positive the only way to access the repositories is through svn+ssh, so you have N users that can access, you can group them under a new group ie. "svnusers" and then use the directive "DenyGroups svnusers" under the file /etc/ssh/sshd_config (remember to

Disable svn service temporarily

2023-03-14 Thread Felix Natter
Dear subversion community, I have setup an ALMA Linux 8 (~RH8) Server, to which I will migrate some repositories from a Ubuntu 20.04 system. During the migration phase I would like to disable the svn (svn+ssh://) service temporarily on the Ubuntu 20.04 system. Is there any easy way to do it? I

RE: Regarding details of SVN Cleanup command

2023-02-20 Thread Juan Gabriel Covas
Hello, > Can anyone please help me to understand how "SVN Cleanup" command exactly > works? [from TortoiseSVN] >>The image seems a dialog window of TortoiseSVN, but I don't know how it >>implements those options. So I can't answer your question directly.

Re: Regarding details of SVN Cleanup command

2023-02-20 Thread Daniel Sahlberg
Den mån 20 feb. 2023 kl 12:21 skrev Kalkar, Gauri via users < users@subversion.apache.org>: > Hi Team, > > > > Can anyone please help me to understand how “SVN Cleanup” command exactly > works? > > > > I want to know what these default checked options exactly

Re: Regarding details of SVN Cleanup command

2023-02-20 Thread Yasuhito FUTATSUKI
Hello, On 2023/02/20 17:16, Kalkar, Gauri via users wrote: > Hi Team, > > Can anyone please help me to understand how "SVN Cleanup" command exactly > works? You can find an explanation about it via svn help cleanup or svn cleanup --help > I want to know w

Regarding details of SVN Cleanup command

2023-02-20 Thread Kalkar, Gauri via users
Hi Team, Can anyone please help me to understand how "SVN Cleanup" command exactly works? I want to know what these default checked options exactly do with working copy. Refer below image. [cid:image001.png@01D94531.B9C79880] These default checked options are automatically execu

Re: New Server can't get my SVN back online

2023-02-07 Thread Daniel Sahlberg
Den mån 6 feb. 2023 kl 23:00 skrev James Hart : > K made some progress figured out why I didn’t have command line and got > them installed > > > > Did this > > > > C:\Users\jhart>svnadmin create d:/P-Drive/SVN/DCI-Repo > > svnadmin: E165002: 'D:\P-D

Re: New Server can't get my SVN back online

2023-01-27 Thread Daniel Sahlberg
Den fre 27 jan. 2023 kl 20:51 skrev James Hart : > Current Server is Windows Server 2019 Essentials > > > > Old Server that ran SVN for years was Windows Server 2012… still have old > machine it was running on vmware > > It has been so long since I tried to get it going

New Server can't get my SVN back online

2023-01-27 Thread James Hart
Current Server is Windows Server 2019 Essentials Old Server that ran SVN for years was Windows Server 2012... still have old machine it was running on vmware It has been so long since I tried to get it going I can't exactly remember what I did. I used just plain subversion https://&q

Re: New Server can't get my SVN back alive

2023-01-19 Thread Daniel Sahlberg
Den tors 19 jan. 2023 18:23James Hart skrev: > I have done something wrong in my import and it is killing me not having > the SVN feature after using it for years. Is there anyone I could get help > from remotely to resolvehi > > > Hi I think you will get good help here

New Server can't get my SVN back alive

2023-01-19 Thread James Hart
I have done something wrong in my import and it is killing me not having the SVN feature after using it for years. Is there anyone I could get help from remotely to resolve? 757-438-6061 Jim Hart President Definitive Concepts, Inc.

Re: Backup and Restore of SVN Server

2022-12-07 Thread Daniel Sahlberg
Den ons 7 dec. 2022 kl 12:06 skrev Felix Natter : > Dear SVN community, > > I have a few questions regarding backup and restore of a SVN Server: > > 1. I would like to create daily backups to a cloud service using duplicity > (basically full/incremental tars). Now I can do this

Backup and Restore of SVN Server

2022-12-07 Thread Felix Natter
Dear SVN community, I have a few questions regarding backup and restore of a SVN Server: 1. I would like to create daily backups to a cloud service using duplicity  (basically full/incremental tars). Now I can do this (a) with a simple filesystem  backup or (b) create dumps using svnadmin

Re: SVN tool to get the Line of code

2022-11-16 Thread Pavel Lyalyakin via users
On Wed, Nov 16, 2022 at 3:08 PM Daniel Sahlberg wrote: > > Den tis 15 nov. 2022 kl 20:45 skrev JITHIN K : >> >> Hello Team, >> >> We are using Subversion for the source code management ( Software >> development ). >> Are there any SVN tools available to

Re: SVN tool to get the Line of code

2022-11-16 Thread Daniel Sahlberg
Den tis 15 nov. 2022 kl 20:45 skrev JITHIN K : > Hello Team, > > We are using Subversion for the source code management ( Software > development ). > Are there any SVN tools available to calculate the line of code > > I can't really understand what you are looking for,

SVN tool to get the Line of code

2022-11-15 Thread JITHIN K
Hello Team, We are using Subversion for the source code management ( Software development ). Are there any SVN tools available to calculate the line of code

Re: SVN being impacted with CVE-2022-42889

2022-10-31 Thread Thorsten
Subversion is not affected since its not written in java.  If you are using SVNKit which is written in java you will have to ask them. Best regards, Thorsten Goetzke Am 31/10/2022 um 10:42 schrieb lavanya.shanthaku...@infineon.com: Dear Community Users, Can I know if Subversion is affected

SVN being impacted with CVE-2022-42889

2022-10-31 Thread Lavanya.ShanthaKumar
Dear Community Users, Can I know if Subversion is affected by CVE-2022-42889: Text4Shell, Critical Vulnerability in Apache Commons Text? Thanks & regards, Lavanya.

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

2022-09-26 Thread Doug Robinson
Sean: On Thu, Sep 22, 2022 at 3:59 PM Sean McBride wrote: > 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 performance issues, it's working great. > > But now

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

2022-09-23 Thread Jeffrey Walton
On Thu, Sep 22, 2022 at 3:59 PM Sean McBride wrote: > > 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 performance issues, it's working great. > > But n

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 14

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

2022-09-23 Thread Nathan Hartman
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 performance issues, it's working gr

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

2022-09-23 Thread Daniel Sahlberg
;pristine", ie as the file was when checking out, in the .svn folder). The idea with "prisines on demand" is to store the file only once, on the expense of some operations requiring more bandwidth. I'm not sure about the status, but it is not part of any current release yet. Kar

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

2022-09-23 Thread Graham Leggett via users
On 23 Sep 2022, at 13:42, Mark Phippard wrote: > A big negative of Subversion repositories is you cannot ever delete > anything. Do you really need to keep all these binaries forever? In our regulated world that is an important feature. Once the repos get too big we start new ones. In the meant

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

2022-09-23 Thread Mark Phippard
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 performance issues, it's working gr

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

2022-09-23 Thread Graham Leggett via users
On 22 Sep 2022, at 21:59, Sean McBride wrote: > 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 performance issues, it's working great. > > But now some users

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

2022-09-23 Thread Aleksa Todorović
. The only very noticeable speed issues are on commits with thousands (those happen from time to time) on client side, where it takes lot of time to commit (all those files need to be compared by content), but also update (there is always a copy of each file in .svn directory). Outside of

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

2022-09-23 Thread Justin MASSIOT | Zentek
ek On Thu, 22 Sept 2022 at 21:59, 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 performance issues, it's working great. > &

Re: Using IIS as a reverse proxy in front of Apache/SVN

2022-09-22 Thread Daniel Sahlberg
in the filename. [[[ $ svn log "https://svn.example.com/svn/repo/file with + in filename.txt" svn: E170013: Unable to connect to a repository at URL ' https://svn.example.com/svn/repo/file%20with%20+%20in%20filename.txt' svn: E160013: '/svn/repo/file%20with%20+%20in%20filename.

How much is too much data in an svn repository?

2022-09-22 Thread Sean McBride
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 performance issues, it's working great. But now some users are interested in committing an additional 200 GB of mostly large bi

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