[SECURITY][ANNOUNCE] Apache Subversion 1.14.4 released

2024-10-08 Thread Stefan Sperling
I am happy to announce the release of Apache Subversion 1.14.4. This is a stable bugfix and security release of the Apache Subversion open source version control system. Among regular bug fixes, this release fixes CVE-2024-45720: Subversion command line argument injection on Windows

Re: How do I determine if a directory is part of a Subversion working copy?

2024-09-26 Thread Vincent Lefevre
On 2024-09-25 22:30:40 +0900, Yasuhito FUTATSUKI wrote: > Then nothing is future-proof. We should check changes, > forever. So, shouldn't Subversion provide a command (e.g. svn subcommand) to tell whether some directory is a working copy? The command should either give the answer,

Re: How do I determine if a directory is part of a Subversion working copy?

2024-09-25 Thread Yasuhito FUTATSUKI
t if the error message changes, there is a high risk > that the error code might change too, like above. At least in Subversion 1.x, we would keep effort for backward compatibility. Actually, SVN_ERR_WC_NOT_DIRECTORY can be still used as an alias for backward compatibility and its acutal error

Re: How do I determine if a directory is part of a Subversion working copy?

2024-09-25 Thread Vincent Lefevre
Hi, On 2024-09-25 11:58:43 +0900, Yasuhito FUTATSUKI wrote: > On 2024/09/25 9:17, Vincent Lefevre wrote: > > > Checking the error message might not be future-proof. > > Then, check the error code instead. It might not be future-proof either. For instance, there has been a change in 1.7, as not

Re: How do I determine if a directory is part of a Subversion working copy?

2024-09-24 Thread Yasuhito FUTATSUKI
Hello, On 2024/09/25 9:17, Vincent Lefevre wrote: > Checking the error message might not be future-proof. Then, check the error code instead. e.g. with Python bindings: [[[ import sys from svn import core, client def is_path_within_wc(path): ret = True try: client.get_wc_root(

How do I determine if a directory is part of a Subversion working copy?

2024-09-24 Thread Vincent Lefevre
How do I determine if a directory is part of a Subversion working copy? This is the same question as on https://stackoverflow.com/questions/7172334/how-do-i-determine-if-a-directory-is-part-of-a-subversion-working-copy but all the answers there except mine are incorrect. The issue is that

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 >> t

Re: Compatibility of Subversion 1.10

2024-08-06 Thread Daniel Sahlberg
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. I wanted to confirm > the compatibility of

Compatibility of Subversion 1.10

2024-08-06 Thread 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. I wanted to confirm the compatibility of Subversion 1.10 with Apache, Perl, and curl. Could you please let me know the

Re: PoshSvn – Subversion for PowerShell

2024-06-20 Thread Timofey Zhakov
On Thu, Jun 20, 2024 at 8:58 PM Daniel Sahlberg wrote: > > Den tors 20 juni 2024 kl 20:27 skrev Timofey Zhakov : >> >> >> The actual name of the project is 'PoshSvn'; not 'Poshsvn'. Could you >> please fix it? > > > Oops, I know I missed something. Sorry and thanks for the review. Fixed in > r191

Re: PoshSvn – Subversion for PowerShell

2024-06-20 Thread Daniel Sahlberg
Den tors 20 juni 2024 kl 20:27 skrev Timofey Zhakov : > > The actual name of the project is 'PoshSvn'; not 'Poshsvn'. Could you > please fix it? > Oops, I know I missed something. Sorry and thanks for the review. Fixed in r1918475 - ok now? Kind regards, Daniel

Re: PoshSvn – Subversion for PowerShell

2024-06-20 Thread Timofey Zhakov
han Hartman >>> : >>>> >>>> On Thu, May 16, 2024 at 1:50 PM Timofey Zhakov wrote: >>>> > >>>> > Hello everyone! >>>> > >>>> > I like Subversion and use it for my projects. >>>> > >>>

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

2024-06-19 Thread Paul Leo
List responders - Once again thanks everyone for taking the time to respond and all of your suggestions. On 6/19/2024 2:58 AM, Daniel Sahlberg wrote: Den tis 18 juni 2024 kl 23:19 skrev Paul Leo : ... The reason I am posting here instead of TortoiseSVN is I would like to know whethe

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: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-19 Thread Daniel Sahlberg
Den tis 18 juni 2024 kl 23:19 skrev Paul Leo < paul@dataphilesconsulting.com>: ... > The reason I am posting here instead of TortoiseSVN is I would like to > know whether it would be safer to have folks just do a new checkout from > new server once old server is shutdown, (and diff folders if

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

2024-06-19 Thread Andreas Stieger
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. No, this is because the UUID is different. I've done some searching and

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

2024-06-18 Thread Paul Leo
Thanks Ryan.  I guess I can't believe everything on the internet, where I got the DNS name story The commands used to create and sync the repo were: svnsync initialize file:///srv/svn_repos/ibis/main https://svn.ibisph.org/svn/main svnsync synchronize file:///srv/svn_repos/ibis/main https:/

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

2024-06-18 Thread Ryan Carsten Schmidt
On Jun 18, 2024, at 16: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. The DNS name has nothing to do with the UUID. If the new repos

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

2024-06-18 Thread Paul Leo
unity is small enough so that this should not be an issue. On 6/7/2024 2:16 AM, Daniel Sahlberg wrote: Den tors 6 juni 2024 kl 21:40 skrev Paul Leo : 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 logi

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

2024-06-07 Thread Paul Leo
rwise, I will create new user/passwords.  The community is small enough so that this should not be an issue. On 6/7/2024 2:16 AM, Daniel Sahlberg wrote: Den tors 6 juni 2024 kl 21:40 skrev Paul Leo : We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to Ubuntu

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

2024-06-07 Thread Paul Leo
out large repos, and your suggestion. On 6/7/2024 3:15 AM, Nico Kadel-Garcia wrote: 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 t

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

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

2024-06-07 Thread Daniel Sahlberg
Den tors 6 juni 2024 kl 21:40 skrev Paul Leo < paul@dataphilesconsulting.com>: > 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 s

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

2024-06-07 Thread Andreas Stieger
Hello, On 2024-06-06 21:40, Paul Leo wrote: [...] migrate an SVN repository from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3. [...] The current hosting server plans to perform an SVN dump of the repository, and make it available through something like Google Drive. We would obtain

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

2024-06-06 Thread Ryan Carsten Schmidt
On Jun 7, 2024, at 00:32, Lorenz via users wrote: > > You might want to retain the repository UUID, otherwise you would need > to re-checkout your working copies Loading the dumpfile into a new repository will preserve the UUID unless you tell it not to.

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

2024-06-06 Thread Lorenz via users
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 dump of the >repository, and make it availa

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

2024-06-06 Thread Paul Leo
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 dump of the repository, and make it available through something like Google Drive.

Re: GUI interface to Subversion via web browser?

2024-05-31 Thread Kris Deugau
Johan Corveleyn wrote: What lots of people these days are looking for (myself included) is a modern "Code Forge" [1][2][3], like GitHub/Lab/... or like the Forgejo project [4] with its cloud-hosted platform Codeberg [5], but then for Subversion. I'd like a modern web interfa

Subversion mergeinfo command bug

2024-05-30 Thread iceyuan1991
the revision range of master_inheritable_rangelist is used:```--- a/ext/Subversion/subversion/libsvn_client/mergeinfo.c+++ b/ext/Subversion/subversion/libsvn_client/mergeinfo.c@@ -2139,6 +2139,7 @@ svn_client__mergeinfo_log(svn_boolean_t finding_merged,          const char *key = apr_has

Re: GUI interface to Subversion via web browser?

2024-05-29 Thread Bo Berglund
On Wed, 29 May 2024 10:54:27 -, Michael Osipov wrote: >For other WebSVN issues, please raise withe GitHub project, I will respond. Done, first post: https://github.com/websvnphp/websvn/issues/220 -- Bo Berglund Developer in Sweden

Re: GUI interface to Subversion via web browser?

2024-05-29 Thread Michael Osipov
and small improvements for the entire community. Thought, I cannot > >compare it to ViewVC, never used. > > > >> For small to medium-scale projects, I find it a really helpful addition > >> to the Subversion server. For large-scale projects with more than a > >&

Re: GUI interface to Subversion via web browser?

2024-05-28 Thread Nico Kadel-Garcia
> > > modern "Code Forge" ... > > > > Beanstalk has always seemed like a solid service: https://beanstalkapp.com/ > > And Assembla still exists: https://get.assembla.com/ > > > > > > > Seriously, if we'd ever start such a sub-project unde

Re: GUI interface to Subversion via web browser?

2024-05-26 Thread Ryan Carsten Schmidt
On May 26, 2024, at 14:58, Bo Berglund wrote: > My problem with ApacheSVN interface: > > With the Apache SVN installation where I keep the backups (using svnsync) it > is > not possible to display the top level so the project types can be shown and > stepped into. > > I just get a "Forbidden" e

Re: GUI interface to Subversion via web browser?

2024-05-26 Thread Bo Berglund
gt; >> For small to medium-scale projects, I find it a really helpful addition >> to the Subversion server. For large-scale projects with more than a >> thousand branches or tags, performance will become an issue. > >Yes, that is a long standing problem [1] I'd like to

Re: GUI interface to Subversion via web browser?

2024-05-26 Thread Michael Osipov
8.4 was released 2 months > ago) and offers the features you're looking for (view files, logs and > diffs) and more. > > I'm not aware of any screenshots, but installing it for evaluation > purposes is reasonably straightforward. More or less solve maintainer of WebSVN here. I t

Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Nathan Hartman
> > > modern "Code Forge" ... > > > > Beanstalk has always seemed like a solid service: https://beanstalkapp.com/ > > And Assembla still exists: https://get.assembla.com/ > > > > > > > Seriously, if we'd ever start such a sub-project unde

Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Sean McBride
On 24 May 2024, at 9:10, Johan Corveleyn wrote: > What lots of people these days are looking for (myself included) is a > > modern "Code Forge" [1][2][3], like GitHub/Lab/... or like the Forgejo > > project [4] with its cloud-hosted platform Codeberg [5], but then for &g

Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Jeffrey Walton
e > > web view. > > What lots of people these days are looking for (myself included) is a > modern "Code Forge" [1][2][3], like GitHub/Lab/... or like the Forgejo > project [4] with its cloud-hosted platform Codeberg [5], but then for > Subversion. ++. Mee too. I'v

Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Johan Corveleyn
vice: https://beanstalkapp.com/ > And Assembla still exists: https://get.assembla.com/ > > > > Seriously, if we'd ever start such a sub-project under the Apache > > Subversion umbrella one day, I'd be interested in joining the effort > > :-). > > The Apach

Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Mark Phippard
e > > web view. > > What lots of people these days are looking for (myself included) is a > modern "Code Forge" [1][2][3], like GitHub/Lab/... or like the Forgejo > project [4] with its cloud-hosted platform Codeberg [5], but then for > Subversion. > > I&#

Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Johan Corveleyn
ke GitHub/Lab/... or like the Forgejo project [4] with its cloud-hosted platform Codeberg [5], but then for Subversion. I'd like a modern web interface (hostable on-premise or in the cloud) that includes: - Version control repositories (and management thereof) - Online viewing, searching, d

Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Yasuhito FUTATSUKI
On 2024/05/24 1:56, Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users wrote: >>> ViewVC 1.2.3 does not support Python 3. >> >> The fact that their newest release, 1.2.3, still requires python 2 does >> not exactly fill me with confidence with respect to the health of the >> proj

RE: [EXTERNAL] [BULK] Re: GUI interface to Subversion via web browser?

2024-05-23 Thread Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users
> > ViewVC 1.2.3 does not support Python 3. > > The fact that their newest release, 1.2.3, still requires python 2 does > not exactly fill me with confidence with respect to the health of the > project. :( For what it's worth, I've been using the latest ViewVC commits along master for about a ye

Re: GUI interface to Subversion via web browser?

2024-05-23 Thread Sean McBride
On 22 May 2024, at 17:52, Yasuhito FUTATSUKI wrote: > ViewVC 1.2.3 does not support Python 3. The fact that their newest release, 1.2.3, still requires python 2 does not exactly fill me with confidence with respect to the health of the project. :( Sean

Re: GUI interface to Subversion via web browser?

2024-05-22 Thread Yasuhito FUTATSUKI
downloads/viewvc-1.2.3.tar.gz > or here > https://github.com/viewvc/viewvc/releases/tag/1.2.3 > > > So I will download it and see if I can get it running on my local svn server > (Ubuntu) requirements seem to be: > > Python 3.6+ > $ python3 --version > Python 3.8

Re: GUI interface to Subversion via web browser?

2024-05-22 Thread Daniel Sahlberg
Den ons 22 maj 2024 kl 13:27 skrev Bo Berglund : > On Wed, 22 May 2024 12:05:25 +0200, Bo Berglund > wrote: > > >Subversion 1.14.0+ > > $ svn --version > > svn, version 1.13.0 (r1867053) > > Oops! My Ubuntu 20.04 LTS has only svn 1.13.0 !! > > > >

Re: GUI interface to Subversion via web browser?

2024-05-22 Thread Bo Berglund
On Wed, 22 May 2024 12:05:25 +0200, Bo Berglund wrote: >Subversion 1.14.0+ > $ svn --version > svn, version 1.13.0 (r1867053) > Oops! My Ubuntu 20.04 LTS has only svn 1.13.0 !! > >How can I fix that svn problem? > >$ apt policy svn >svn: > Installed: (none)

Re: GUI interface to Subversion via web browser?

2024-05-22 Thread Bo Berglund
es/tag/1.2.3 So I will download it and see if I can get it running on my local svn server (Ubuntu) requirements seem to be: Python 3.6+ $ python3 --version Python 3.8.10 Subversion 1.14.0+ $ svn --version svn, version 1.13.0 (r1867053) Oops! My Ubuntu 20.04 LTS has only svn 1.13.0 !! Ho

Re: GUI interface to Subversion via web browser?

2024-05-22 Thread Justin MASSIOT | Zentek
Hello, You can find screen captures of the three previously mentioned tools just here: https://superuser.com/questions/559261/looking-for-a-web-based-svn-code-browser-alternative-for-trac-anything-like-g Some ticket trackers like Redmine also have Subversion browsing capabilities. If you&#x

Re: GUI interface to Subversion via web browser?

2024-05-22 Thread Philippe Andersson
not aware of any screenshots, but installing it for evaluation purposes is reasonably straightforward. For small to medium-scale projects, I find it a really helpful addition to the Subversion server. For large-scale projects with more than a thousand branches or tags, performance will becom

Re: GUI interface to Subversion via web browser?

2024-05-22 Thread Daniel Sahlberg
However, I have yet to find any examples on how its displays look or work > and it > also seems to be a rather old project... > > I have also recently used VisualSVN, which has some improvements over > Apache > Subversion but it is a Windows only system AFAICT and I do not li

GUI interface to Subversion via web browser?

2024-05-22 Thread Bo Berglund
on how its displays look or work and it also seems to be a rather old project... I have also recently used VisualSVN, which has some improvements over Apache Subversion but it is a Windows only system AFAICT and I do not like to use that platform... And it is not being updated with the operating

Re: PoshSvn – Subversion for PowerShell

2024-05-17 Thread Justin MASSIOT | Zentek
rote: >> > >> > Hello everyone! >> > >> > I like Subversion and use it for my projects. >> > >> > PoshSvn is a PowerShell module which provides a tab competition and >> > typed output for the Subversion cmdlets. I found it useful for >>

Re: PoshSvn – Subversion for PowerShell

2024-05-17 Thread Daniel Sahlberg
Den fre 17 maj 2024 kl 06:45 skrev Nathan Hartman : > On Thu, May 16, 2024 at 1:50 PM Timofey Zhakov wrote: > > > > Hello everyone! > > > > I like Subversion and use it for my projects. > > > > PoshSvn is a PowerShell module which provides a tab c

Re: PoshSvn – Subversion for PowerShell

2024-05-16 Thread Nathan Hartman
On Thu, May 16, 2024 at 1:50 PM Timofey Zhakov wrote: > > Hello everyone! > > I like Subversion and use it for my projects. > > PoshSvn is a PowerShell module which provides a tab competition and > typed output for the Subversion cmdlets. I found it useful for > scr

PoshSvn – Subversion for PowerShell

2024-05-16 Thread Timofey Zhakov
Hello everyone! I like Subversion and use it for my projects. PoshSvn is a PowerShell module which provides a tab competition and typed output for the Subversion cmdlets. I found it useful for scripting and everyday life. For example to get the status of a working copy, you could use the svn

RE: [ANNOUNCE] Apache Subversion 1.14.3 released

2024-01-17 Thread Juan Gabriel Covas
>Hosting providers such as github, are abandoning Subversion support. >It is really on its last legs: So it's a lot of old, boring technology too, but still used because it just works and it's battle-tested. I studied and deployed SVN for my team 8 years ago, after using it a

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 dow

Re: [ANNOUNCE] Apache Subversion 1.14.3 released

2024-01-16 Thread Mark Phippard
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 dow

Re: [ANNOUNCE] Apache Subversion 1.14.3 released

2024-01-16 Thread Daniel Sahlberg
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 you should probably update to another Subversion server solut

RE: [ANNOUNCE] Apache Subversion 1.14.3 released

2024-01-15 Thread Dunnill, Robert
Is a document available on how to update Apache under Subversion Edge? RD -Original Message- From: hartmannat...@apache.org Sent: Thursday, December 28, 2023 9:00 PM To: annou...@subversion.apache.org; users@subversion.apache.org; d...@subversion.apache.org Subject: [ANNOUNCE] Apache

[ANNOUNCE] Apache Subversion 1.14.3 released

2023-12-28 Thread hartmannathan
I'm happy to announce the release of Apache Subversion 1.14.3. Please choose the mirror closest to you by visiting: https://subversion.apache.org/download.cgi#recommended-release This is a stable bugfix release of the Apache Subversion open source version control system. SHA-512 chec

Re: How do I propose changes to Subversion repos?

2023-12-12 Thread Daniel Sahlberg
Den mån 11 dec. 2023 kl 18:01 skrev Jason Yundt : > I don’t think that they’re too picky. They made like 3 different typos > in a 5 word log message [2], lol. > Luckily Subversion allows editing of log messages (although some configuration must be done in the repository on the Subversi

Re: How do I propose changes to Subversion repos?

2023-12-12 Thread Graham Leggett via users
On 07 Dec 2023, at 14:38, Jason Yundt wrote: > Here’s the questions that I still have: > > • With Git, there’s multiple different ways of sending your changes > upstream (pull requests, git-request-pull and git-send-email). Are there > multiple ways of doing it with Subversion o

Re: How do I propose changes to Subversion repos?

2023-12-11 Thread Jason Yundt
ccepted. > The Subversion project had a commit message style the committers > care about so I always would review recent contributions as a reminder > ... of course you can also see those by running svn log to get a sense > of what commit message style is in the project. > > Mark I d

Re: How do I propose changes to Subversion repos?

2023-12-07 Thread Mark Phippard
ere’s multiple different ways of sending your changes > > > upstream (pull requests, git-request-pull and git-send-email). Are there > > > multiple ways of doing it with Subversion or do you always just send > > > emails with patches attached? > > > > >

Re: How do I propose changes to Subversion repos?

2023-12-07 Thread Jason Yundt
git-request-pull and git-send-email). Are there > > multiple ways of doing it with Subversion or do you always just send > > emails with patches attached? > > > > Unfortunately there are no equivalents of Github that offer the "pull > requests" functionality for

Re: How do I propose changes to Subversion repos?

2023-12-07 Thread Daniel Sahlberg
Den tors 7 dec. 2023 kl 15:43 skrev Jason Yundt : > Hi, > > I’m pretty familiar with Git, but Subversion is very new to me. When I > contribute to projects that use Git, the process typically looks like > this: > > 1. If I don’t already have one, then make a clone (git

How do I propose changes to Subversion repos?

2023-12-07 Thread Jason Yundt
Hi, I’m pretty familiar with Git, but Subversion is very new to me. When I contribute to projects that use Git, the process typically looks like this: 1. If I don’t already have one, then make a clone (git clone ). 2. If I already have a clone that’s been sitting around for a while, then switch

Re: Subversion behind apache 2.4 proxy - Connection refused

2023-12-04 Thread Daniel Sahlberg
s in your httpd config? Maybe it is only listening on IPv4 ports (check with lsof -i)? Kind regards, Daniel > On 2023-12-03 22:02, Daniel Sahlberg wrote: > > Den sön 26 nov. 2023 kl 18:31 skrev Gunnar Grim : > >> Hi! >> >> I have subversion running in a Docker container

Re: Subversion behind apache 2.4 proxy - Connection refused

2023-12-04 Thread Gunnar Grim
fine. Thanks again, Gunnar On 2023-12-03 22:02, Daniel Sahlberg wrote: Den sön 26 nov. 2023 kl 18:31 skrev Gunnar Grim : Hi! I have subversion running in a Docker container and everything works fine if I connect directly to it, but I really need to run subversion behind an Apache 2.4

Re: Subversion behind apache 2.4 proxy - Connection refused

2023-12-03 Thread Daniel Sahlberg
Den sön 26 nov. 2023 kl 18:31 skrev Gunnar Grim : > Hi! > > I have subversion running in a Docker container and everything works fine > if I connect directly to it, but I really need to run subversion behind an > Apache 2.4 proxy. For now I'm not using https, just trying to g

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-02 Thread Daniel Sahlberg
figure out how to test it on all to look for > commonality/diff > >between those that pop the GUI dialog and those that don't. > > > >On one where the svn commands work without popping up anything I have > this: > > > >Inside ~/.subversion/auth are the

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-02 Thread Bo Berglund
p the GUI dialog and those that don't. > >On one where the svn commands work without popping up anything I have this: > >Inside ~/.subversion/auth are these dir/files: > >svn.simple/03994a04eb338a432667e51f0e0720bf >svn.ssl.server/52e60f46d8c02303aea5256b18eb7aac >

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-01 Thread Mark Phippard
On Fri, Dec 1, 2023 at 4:27 PM Daniel Sahlberg wrote: > > fre 1 dec. 2023 kl. 22:15 skrev Mark Phippard : >> >> Correct me if I am wrong Nathan, but there is no option that allows >> plaintext passwords on Linux. >> https://subversion.apache.org/docs/release-notes/1.14.html#plaintext-passwords-dis

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-01 Thread Daniel Sahlberg
that back as an option for > 1.15? https://svn.apache.org/repos/asf/subversion/trunk/CHANGES Wasn’t this change just to revert to the old default to enable plaintext cache unless disabled by configure? Kind regards Daniel <https://svn.apache.org/repos/asf/subversion/trunk/CHANGES> > &

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-01 Thread Mark Phippard
/subversion/trunk/CHANGES Mark On Fri, Dec 1, 2023 at 12:55 AM Nathan Hartman wrote: > > On Thu, Nov 30, 2023 at 6:43 PM Bo Berglund wrote: > > > > When I installed subversion on a Raspberry Pi4B and checked the installed > > version afterwards it printed this: > &g

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-01 Thread Bo Berglund
d by >> the output shown when I checked the svn version. >> >> I have no idea if any of the allowed stores mentioned (gnome-keyring, >> kwallet, >> gpg-agent) will work inside an SSH command line section... >> > >I don't think any of those stores wor

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-01 Thread Daniel Sahlberg
nt) will work inside an SSH command line section... > I don't think any of those stores works on the command line. No idea what Subversion will do but I assume it will fall back to inputting the password on the command line. Kind regards, Daniel

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-11-30 Thread Bo Berglund
On Fri, 1 Dec 2023 00:55:30 -0500, Nathan Hartman wrote: >On Thu, Nov 30, 2023 at 6:43?PM Bo Berglund wrote: >> >> When I installed subversion on a Raspberry Pi4B and checked the installed >> version afterwards it printed this: >> >> $ svn --version

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-11-30 Thread Nathan Hartman
On Thu, Nov 30, 2023 at 6:43 PM Bo Berglund wrote: > > When I installed subversion on a Raspberry Pi4B and checked the installed > version afterwards it printed this: > > $ svn --version > svn, version 1.14.2 (r1899510) >compiled Nov 12 2022, 20:30:30 on arm-un

Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-11-30 Thread Bo Berglund
When I installed subversion on a Raspberry Pi4B and checked the installed version afterwards it printed this: $ svn --version svn, version 1.14.2 (r1899510) compiled Nov 12 2022, 20:30:30 on arm-unknown-linux-gnueabihf Copyright (C) 2022 The Apache Software Foundation. This software consists

Subversion behind apache 2.4 proxy - Connection refused

2023-11-26 Thread Gunnar Grim
Hi! I have subversion running in a Docker container and everything works fine if I connect directly to it, but I really need to run subversion behind an Apache 2.4 proxy. For now I'm not using https, just trying to get it to work with as simple setup as possible. I have tried to use th

Re: Subversion actively refused connection

2023-11-06 Thread Bo Berglund
On Thu, 26 Oct 2023 12:51:31 -0500, David Gerler wrote: >Good Afternoon, >I had to change the subnet for our subversion server from 192.168.2.0/24 >to 192.168.3.0/24. Now when we try to connect to the subversion server with >TortoiseSVN it actively refuses connection. Thi

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-11-01 Thread JITHIN K
gt; > > > On Wed, Nov 1, 2023 at 9:44 PM Stanimir Stamenkov via users < > users@subversion.apache.org> wrote: > >> > >> Wed, 1 Nov 2023 20:36:17 +0530, /JITHIN K/: > >> > >> > The Subversion version in my Ubuntu server is 1.13.0-3ubuntu0.2 and > w

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-11-01 Thread Mark Phippard
g security vulnerabilities to your machine in the long term. Mark On Wed, Nov 1, 2023 at 12:20 PM JITHIN K wrote: > > > > On Wed, Nov 1, 2023 at 9:44 PM Stanimir Stamenkov via users > wrote: >> >> Wed, 1 Nov 2023 20:36:17 +0530, /JITHIN K/: >> >> > The Subvers

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-11-01 Thread Daniel Sahlberg
Den ons 1 nov. 2023 kl 16:07 skrev JITHIN K : [...] > Does that mean in the next Ubuntu 20.04.x release they include patches for > these vulnerabilities? > I know there has been other e-mails clarifying that those CVEs were not for Subversion, but just to comment that it is probably

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-11-01 Thread JITHIN K
On Wed, Nov 1, 2023 at 9:44 PM Stanimir Stamenkov via users < users@subversion.apache.org> wrote: > Wed, 1 Nov 2023 20:36:17 +0530, /JITHIN K/: > > > The Subversion version in my Ubuntu server is 1.13.0-3ubuntu0.2 and when > > I check the change log > > > https:/

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-11-01 Thread Stanimir Stamenkov via users
Wed, 1 Nov 2023 20:36:17 +0530, /JITHIN K/: The Subversion version in my Ubuntu server is 1.13.0-3ubuntu0.2 and when I check the change log https://changelogs.ubuntu.com/changelogs/pool/universe/s/subversion/subversion_1.13.0-3ubuntu0.2/changelog I could see that security update for CVE-2020

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-11-01 Thread Yasuhito FUTATSUKI
Hi, On 2023/11/02 0:06, JITHIN K wrote: Hello Mark, Thank you and appreciate your email. The Subversion version in my Ubuntu server is 1.13.0-3ubuntu0.2 and when I check the change log https://changelogs.ubuntu.com/changelogs/pool/universe/s/subversion/subversion_1.13.0-3ubuntu0.2/changelog I

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-11-01 Thread JITHIN K
Hello Mark, Thank you and appreciate your email. The Subversion version in my Ubuntu server is 1.13.0-3ubuntu0.2 and when I check the change log https://changelogs.ubuntu.com/changelogs/pool/universe/s/subversion/subversion_1.13.0-3ubuntu0.2/changelog I could see that security update for CVE

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-10-30 Thread Mark Phippard
Generally speaking, you do not need to worry about this when using a supported distro like Ubuntu. While they do not update to new versions of a package like Subversion, they do their own backporting of security and other important fixes to the version in their distro. So the 1.13 that is in

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-10-30 Thread JITHIN K
On Thu, Oct 26, 2023 at 7:36 PM Mark Phippard wrote: > On Thu, Oct 26, 2023 at 9:59 AM Nathan Hartman > wrote: > >> > >> Forwarded Message > > > > (snip headers) > >> > >> > >> Hello Users Community, > >>

Re: Subversion actively refused connection

2023-10-26 Thread Pavel Lyalyakin via users
On Thu, 26 Oct 2023 at 20:51, David Gerler wrote: > > Good Afternoon, > I had to change the subnet for our subversion server from 192.168.2.0/24 > to 192.168.3.0/24. Now when we try to connect to the subversion server with > TortoiseSVN it actively refuses connection. Any h

Subversion actively refused connection

2023-10-26 Thread David Gerler
Good Afternoon, I had to change the subnet for our subversion server from 192.168.2.0/24 to 192.168.3.0/24. Now when we try to connect to the subversion server with TortoiseSVN it actively refuses connection. Any help to get this fixed is appreciated. [image: image.png] Thank you, David

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-10-26 Thread Mark Phippard
On Thu, Oct 26, 2023 at 9:59 AM Nathan Hartman wrote: >> >> Forwarded Message > > (snip headers) >> >> >> Hello Users Community, >> >> Hope you are doing great. >> I have installed Apache Subversion 1.13 in Ubuntu 20.0

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-10-26 Thread Nathan Hartman
> > Forwarded Message (snip headers) > > Hello Users Community, > > Hope you are doing great. > I have installed Apache Subversion 1.13 in Ubuntu 20.04.5 using apt-get ( > From Ubuntu package ) and also installed libapache2-mod-svn. > I do not have

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-10-26 Thread Yasuhito FUTATSUKI
oem.co.jp> From: JITHIN K Date: Thu, 26 Oct 2023 15:42:07 +0530 Message-ID: Subject: Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5) To: Yasuhito FUTATSUKI Hello Users Community, Hope you are doing great. I have installed Apache Subversion 1.13 in Ubuntu 20.04.5 using apt-get (

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-10-25 Thread Yasuhito FUTATSUKI
Hello, On 2023/10/24 0:53, JITHIN K wrote: Hello Team, We are not the team, but users' community, I think. Is there any recommended upgrading instruction for upgrading Subversion 1.13 to 1.14 LTS in Ubuntu 20.04.5. It depends on your background: how you installed Subversion 1.13, ho

Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-10-23 Thread JITHIN K
Hello Team, Is there any recommended upgrading instruction for upgrading Subversion 1.13 to 1.14 LTS in Ubuntu 20.04.5. Regards, Jithin K

  1   2   3   4   5   6   7   8   9   10   >