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 e

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,

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