Anyone use SvnMapper?

纵饮孤独 提交于 2019-12-21 07:08:12

问题


First I download SvnMapper(svnmapper.tigris.org) and install it! Then I start SvnMapper, the GUI need to input a URL of subversion, I failed in this step.
I have a local repository (means I use file:// protocol to access the repository myself alone), So I input one of my project svn URL to SvnMapper: file:///E:/myrepos/mathutil/trunk, and click OK.
SvnMapper complains: Unable to open URL.

So I guess, SvnMapper may not support file:// protocol. Then I find a project hosted in Google code (http:// protocol), and input the project repository URL to SvnMapper, SvnMapper still complain: Unable to open URL.

What's wrong? I really need a tool like SvnMapper to show good graph representing mergeinfo.


回答1:


After the URL was input, I was getting a message box about a thrown 'Softec.AprSharp.Apr' exception on my 64-bit Win7 machine.

I tracked the problem to SvnMapper.exe not having its 32-bit flag set.

To fix it, use Corflags which is part of Windows SDK installation accompanying Visual Studio 2010.

Sample command line:

corflags "C:\Program Files (x86)\SvnMapper\SvnMapper.exe" /32bit+

Obviously, you need the access privilege to modify the EXE file.




回答2:


I guess this is rather late for an answer, but there might be something wrong with your original file:// url -- do you need three forward slashes in file:///E:/... ?



来源:https://stackoverflow.com/questions/3147072/anyone-use-svnmapper

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!