Skip to content

Commit

Permalink
Merge pull request #47 from r-devel/gergely/gitinit
Browse files Browse the repository at this point in the history
fix init repo
  • Loading branch information
MichaelChirico authored Sep 9, 2024
2 parents b26a4f6 + 5459eb4 commit 976bed1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions web/Weblate-server.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,10 @@ The basic idea is to compare the Weblate repo (which copies the R subversion rep
1. Get the two repos cloned on any machine. If this is your first time generating a patch on this machine:

```sh
git clone -o weblate https://translate.rx.studio/git/r-project/base-r-gui/ # remote #1: Weblate source
git remote add svn git@github.com:r-devel/r-svn.git # remote #2: SVN source
git fetch svn main # retrieve the latest from SVN
mkdir weblate-diff && cd weblate-diff
git clone -o weblate https://translate.rx.studio/git/r-project/base-r-gui/ . # remote #1: Weblate source
git remote add svn git@github.com:r-devel/r-svn.git # remote #2: SVN source
git fetch svn main # retrieve the latest from SVN
```

If you've got the repo set up locally already, update:
Expand Down

0 comments on commit 976bed1

Please sign in to comment.