Skip to content

Commit 976bed1

Browse files
Merge pull request #47 from r-devel/gergely/gitinit
fix init repo
2 parents b26a4f6 + 5459eb4 commit 976bed1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

web/Weblate-server.qmd

+4-3
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ The basic idea is to compare the Weblate repo (which copies the R subversion rep
145145
1. Get the two repos cloned on any machine. If this is your first time generating a patch on this machine:
146146

147147
```sh
148-
git clone -o weblate https://translate.rx.studio/git/r-project/base-r-gui/ # remote #1: Weblate source
149-
git remote add svn [email protected]:r-devel/r-svn.git # remote #2: SVN source
150-
git fetch svn main # retrieve the latest from SVN
148+
mkdir weblate-diff && cd weblate-diff
149+
git clone -o weblate https://translate.rx.studio/git/r-project/base-r-gui/ . # remote #1: Weblate source
150+
git remote add svn [email protected]:r-devel/r-svn.git # remote #2: SVN source
151+
git fetch svn main # retrieve the latest from SVN
151152
```
152153

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

0 commit comments

Comments
 (0)