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 {} \;
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
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:
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: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
Hi Everyone,
I have my source files in /var/test-svn. The test-svn directory has
*.h and *.c files. I am trying to create a repo from them.
As root, I perform the following:
# cd /var
# svnadmin create --fs-type fsfs test-svn
svnadmin: E200011: Repository creation failed
svnadmin
ons 22 maj 2024 kl. 05:28 skrev Jeffrey Walton :
> Hi Everyone,
>
> I have my source files in /var/test-svn. The test-svn directory has
> *.h and *.c files. I am trying to create a repo from them.
>
> As root, I perform the following:
>
> # cd /var
> # svnadmin create --fs-type fsfs test-s