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 Subversion server)

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 or do you always

Re: How do I propose changes to Subversion repos?

2023-12-11 Thread Jason Yundt
On Thu, Dec 07, 2023 at 05:27:57PM -0500, Mark Phippard wrote: > I would also ask the project you are contributing to how they like to > receive contributions. Maybe they have it documented. If they receive > patches via mailing list like Apache projects do, then maybe you can > see that list for

Re: How do I propose changes to Subversion repos?

2023-12-07 Thread Mark Phippard
On Thu, Dec 7, 2023 at 12:28 PM Jason Yundt wrote: > > On Thu, Dec 07, 2023 at 04:12:00PM +0100, Daniel Sahlberg wrote: > > Den tors 7 dec. 2023 kl 15:43 skrev Jason Yundt : > > > > > Here’s the questions that I still have: > > > > > > • With Git, there’s multiple different ways of sending your

Re: How do I propose changes to Subversion repos?

2023-12-07 Thread Jason Yundt
On Thu, Dec 07, 2023 at 04:12:00PM +0100, Daniel Sahlberg wrote: > Den tors 7 dec. 2023 kl 15:43 skrev Jason Yundt : > > > 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

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 clone ). > > 2. If I

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