We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48f93b commit 5459eb4Copy full SHA for 5459eb4
web/Weblate-server.qmd
@@ -148,13 +148,13 @@ The basic idea is to compare the Weblate repo (which copies the R subversion rep
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 # retrieve the latest from SVN
+ git fetch svn main # retrieve the latest from SVN
152
```
153
154
If you've got the repo set up locally already, update:
155
156
```sh
157
- git fetch svn
+ git fetch svn main
158
git fetch weblate master
159
git reset --hard weblate/master # force-reset to match state on Weblate (usual caution with --hard applies)
160
0 commit comments