windows 没有管理员权限的windows上的SVN客户端
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/185693/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
SVN client on windows without administrator rights
提问by
I am trying to install an svn client on a friend's work windows laptop without much success. It seems that everyone is using TortoiseSVN nowadays, which unfortunately doesn't install without administrator access. Is there any way around it or another client I can try?
我正在尝试在朋友的工作 Windows 笔记本电脑上安装 svn 客户端,但没有取得太大成功。现在似乎每个人都在使用 TortoiseSVN,不幸的是,没有管理员权限就无法安装。有什么办法可以解决它或我可以尝试的其他客户端吗?
I don't need anything fancy - just basic http/https, but a GUI is very much preferred over a command line client.
我不需要任何花哨的东西——只需要基本的 http/https,但是 GUI 比命令行客户端更受欢迎。
Thanks!
谢谢!
I just verified that both SmartSVN and RapidSVN mentioned previously require administrator access to insatll on Windows, just like TortoiseSVN.
我刚刚验证了前面提到的SmartSVN和RapidSVN都需要管理员访问Windows上的insatll,就像TortoiseSVN一样。
:(
:(
回答by Spiny Norman
Ok, I finally found out the (I think) correct answer to this question. The zipped binaries are available in the win32svn project here: http://sourceforge.net/projects/win32svn/files/.
好的,我终于找到了(我认为)这个问题的正确答案。压缩的二进制文件在 win32svn 项目中可用:http: //sourceforge.net/projects/win32svn/files/。
In the subdirectory of your favorite version, just download the file that has a name like svn-win32-1.6.16.zip and unpack to your home dir, local hd or (in my case) usb stick.
在您喜欢的版本的子目录中,只需下载名称类似于 svn-win32-1.6.16.zip 的文件,然后解压到您的主目录、本地高清或(在我的情况下)USB 记忆棒。
Hope this helps someone! I was very surprised to find all links I found pointed to installers which you may not be able to run when you don't have adminstrator rights.
希望这可以帮助某人!我很惊讶地发现我发现的所有链接都指向安装程序,当您没有管理员权限时,您可能无法运行这些安装程序。
EDIT: this is, of course, the CLI version; I guess this answer is more for people who, like me, are looking for it and arrived at this question :)
编辑:这当然是 CLI 版本;我想这个答案更适合像我这样正在寻找它并到达这个问题的人:)
回答by edwbaker
回答by Ming Dong
This is a late answer, hope it help someone else. My answer is smartsvn, it is a perfect software, with foundation version free to use.
这是一个迟到的答案,希望它可以帮助别人。我的答案是smartsvn,它是一款完美的软件,基础版可以免费使用。
In their download all page, you can download a portable version, jre is also included in this zip package, that means you can even run the software without java installed, since java is not included by default in the latest windows system.
在他们的下载所有页面,你可以下载一个便携版本,这个压缩包中也包含了 jre,这意味着你甚至可以在没有安装 java 的情况下运行该软件,因为在最新的 windows 系统中默认不包含 java。
回答by takacsot
One of the simplest if some gui is needed is to use Eclipse with svn plugin only.
如果需要一些 gui,最简单的方法之一是仅使用带有 svn 插件的 Eclipse。
回答by Glenn Slaven
There's a huge list of them here on Wikipedia, that should give you a few options, but I believe that SmartSVN is good(not used it, only had a look)
维基百科上有一大堆它们,应该给你一些选择,但我相信SmartSVN 很好(没用过,只是看看)
回答by Jim T
RapidSVN works quite happily without being installed.
RapidSVN 无需安装即可运行。
Unfortunately - it's only packaged as an installer exe.
不幸的是 - 它仅打包为安装程序 exe。
What you need to do is install RapidSVN on some machine where you DO have admin rights, and copy the RapidSVN folder from program files onto a USB drive or the hard drive of the machine you want to run it on. You can then run 'RapidSVN.exe' from any machine, and it works quite happily.
您需要做的是在某些您拥有管理员权限的机器上安装 RapidSVN,然后将 RapidSVN 文件夹从程序文件复制到您想要运行它的机器的 USB 驱动器或硬盘驱动器上。然后你可以从任何机器上运行“RapidSVN.exe”,它运行得非常愉快。
回答by fedmich
+1 to use RapidSVN, I've used it before without admin access
+1 使用 RapidSVN,我以前在没有管理员访问权限的情况下使用过它
then I know you still need admin rights for this one below, but let me mention this as someone might find it useful, if they want to toggle the contextmenu on/off
那么我知道你仍然需要下面这个的管理员权限,但让我提一下,因为有人可能会觉得它很有用,如果他们想打开/关闭上下文菜单
How to Enable or Disable TortoiseSVN Menus Easily http://www.howtogeek.com/howto/21106/how-to-enable-or-disable-tortoisesvn-menus-easily/
如何轻松启用或禁用 TortoiseSVN 菜单 http://www.howtogeek.com/howto/21106/how-to-enable-or-disable-tortoisesvn-menus-easily/