On Tue, May 21, 2024 at 6:28 PM Nico Kadel-Garcia wrote:
>
> On Tue, May 21, 2024 at 6:55 AM Jeffrey Walton wrote:
> >
> > I'd like to migrate some source code from Git to SVN on my Fedora
> > server. The rub is, I'd like to use Nginx instead of Apache.
>
> Why? What do you expect to get from Ngi
On Tue, May 21, 2024 at 6:55 AM Jeffrey Walton wrote:
>
> Hi Everyone,
>
> I'd like to migrate some source code from Git to SVN on my Fedora
> server. The rub is, I'd like to use Nginx instead of Apache.
Why? What do you expect to get from Nginx that is not built into
Subversion's httpd integrati
On Tue, May 21, 2024 at 6:55 AM Jeffrey Walton wrote:
> Hi Everyone,
>
> I'd like to migrate some source code from Git to SVN on my Fedora
> server. The rub is, I'd like to use Nginx instead of Apache.
>
> I think I can switch the repo from Git to SVN by performing the
> following at the server:
Den tis 21 maj 2024 kl 12:55 skrev Jeffrey Walton :
> Hi Everyone,
>
> I'd like to migrate some source code from Git to SVN on my Fedora
> server. The rub is, I'd like to use Nginx instead of Apache.
>
Hi,
Welcome!
Be aware of a difference between Git and Subversion:
In Git, there is only a "re
Hi Everyone,
I'd like to migrate some source code from Git to SVN on my Fedora
server. The rub is, I'd like to use Nginx instead of Apache.
I think I can switch the repo from Git to SVN by performing the
following at the server:
cd /var/test-src
find . -name '.git' -exec rm -rf {} \;