简体   繁体   English

Rstudio 上的版本控制 GitHub svn

[英]Version control GitHub svn on Rstudio

I can type in browser on GitHub that I can see in Rstudio and vice versa if I push an edit from Rstudio and commit.如果我从 Rstudio 推送编辑并提交,我可以在 GitHub 上输入浏览器,我可以在 Rstudio 中看到,反之亦然。 Why do I still see my svn as not found under global options then?为什么我仍然看到我的 svn 在全局选项下找不到? Does it matter?有关系吗? I am aware that my address for shows this when typing “which git" in terminal: /usr/local/bin/git我知道我的地址在终端中输入“which git”时显示了这一点:/usr/local/bin/git

Here is the image of Rstudio global options:这是 Rstudio 全局选项的图像: 在此处输入图像描述

In the next link you cand find step by step how to use version control with RStudio that may be helpful.在下一个链接中,您可以逐步找到如何将版本控制与 RStudio 一起使用,这可能会有所帮助。

https://support.rstudio.com/hc/en-us/articles/200532077?version=2021.09.1%2B372&mode=desktop https://support.rstudio.com/hc/en-us/articles/200532077?version=2021.09.1%2B372&mode=desktop

I downloaded SilkSVN and did not appear on my SVN executable neither.我下载了 SilkSVN,也没有出现在我的 SVN 可执行文件中。 You can find out where is located by using the next command on git:您可以使用 git 上的下一个命令找出其所在位置:

where svn

In my case:就我而言:

C:\Program Files\SilkSvn\bin\svn.exe

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM