Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
git-svn 在 solaris x86 下可以工作吗?
我已经安装了 git,但是当我想使用 git-svn 时它不起作用。
我在互联网上查找了“git-svn”包,但徒劳无功。它找不到它。
SomeBody 可以帮助我,或者请告诉我在哪里可以找到它。
谢谢
git-svn需要libsvn安装。根据您的安装方式git(从源代码,从软件包),可能有不同的解决方案。如果它是一个包,则可能有一个辅助包git-svn具有额外的 SVN 库作为包依赖项。如果您从源代码构建,您可能需要为 SVN 安装开发包或从源代码构建它,并选择为客户端生成 SWIG 库。
git-svn
libsvn
git