svn

TortoiseSVN Can't connect [closed]

六月ゝ 毕业季﹏ 提交于 2020-01-02 08:35:34
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I have an apache svn server running on a shared hosting linux account. The symptom is that i can connect to the server that is hosting svn with PuTTY just fine, but the TortoiseSVN Repository Browser can't connect. I have tried svn, svn+ssh, If I try just svn I get: E730060: Unable to connect to a repository at

TortoiseSVN Can't connect [closed]

倖福魔咒の 提交于 2020-01-02 08:35:05
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I have an apache svn server running on a shared hosting linux account. The symptom is that i can connect to the server that is hosting svn with PuTTY just fine, but the TortoiseSVN Repository Browser can't connect. I have tried svn, svn+ssh, If I try just svn I get: E730060: Unable to connect to a repository at

svn: Path does not exist in revision

那年仲夏 提交于 2020-01-02 08:19:11
问题 I want to create tag in subversion. On the command line I have tried the following: svn copy http://myserver.mycompany.com:8080/svn/SVN_Main/trunk http://myserver.mycompany.com:8080/svn/SVN_Main/tag/Build-5.4.3.2 -m "Build 5.4.3.2 tag" I get this error: svn: Path 'http://myserver.mycompany.com:8080/svn/SVN_Main/trunk' does not exist for revision 1234 The path http://myserver.mycompany.com:8080/svn/SVN_Main/trunk is exact same path that I have when I use the repro-browser on that folder. Any

Temp file with moniker 'svn_delta' already in use at /usr/lib/perl5/vendor_perl/5.14/Git.pm line 1024

眉间皱痕 提交于 2020-01-02 07:20:14
问题 I am trying to use git svn clone with cygwin 64 on a svn repository and I keep getting this message which errors out: Temp file with moniker 'svn_delta' already in use at /usr/lib/perl5/vendor_perl/5.14/Git.pm line 1024. How do I resolve this issue? I found this one that's related to macs, but I'm on windows. The two main answers there say: "Change ~/.subversion/servers " I don't know where this is in Windows 7. "a general upgrade to latest Git (1.8.5 should be out next week) and latest SVN 1

Tortoise SVN Merge “@### must be ancestrally related to @###” Error

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-02 06:26:33
问题 Backstory : Got a job as an entry level web developer. Head developer leaves right when I start. All responsibility on me. Never used SVN. Going in blind. Problem : I keep getting errors like 'svn://svn/svn/xxx/project_name/branches/dev@330' must be ancestrally related to 'svn://svn/svn/xxx/project_name/trunk@326' The process by which I am starting the new project is: Make a directory for the project on my computer with subfolders: project_name/branches project_name/branches/dev project_name

Abuse of version control

回眸只為那壹抹淺笑 提交于 2020-01-02 05:59:32
问题 Is version control suited for a project where content is essentially binary data files ? I am thinking about package that weight something like 10 giga, with a lot of BMP and TGA files. Can subversion handle something like this ? Is it possible to generate some kind of binary patch that would allow users to download only what was modified. Rsync could be an option, but then there is no going back. I would really like to be able to go back to an earlier version easily. I looked at this

Abuse of version control

懵懂的女人 提交于 2020-01-02 05:59:21
问题 Is version control suited for a project where content is essentially binary data files ? I am thinking about package that weight something like 10 giga, with a lot of BMP and TGA files. Can subversion handle something like this ? Is it possible to generate some kind of binary patch that would allow users to download only what was modified. Rsync could be an option, but then there is no going back. I would really like to be able to go back to an earlier version easily. I looked at this

ClearCase to SVN migration

江枫思渺然 提交于 2020-01-02 05:46:11
问题 Well I have an issue with SVN importer tool for migrating one of the ClearCase VOB which has a huge history ..we thought of doing this by picking up like 10 -15 baseline versions of the code and import it to SVN. So for doing that I think the user has to give me the specific versions one by one . So now he is asking me how to point a specific version in clearcase and export it ?? .The idea here is to give me the code as tar ball ...so that I can explode it on my desktop and import it then to

VisualSVN Server: taking backups using svnadmin tool

删除回忆录丶 提交于 2020-01-02 05:40:07
问题 I have installed VisualSVN Server on Windows Server 2008. I was trying to create a hotcopy backup using svnadmin tool. It seems that I don't have this tool installed: C:\>svnadmin hotcopy C:\Repositories\Develop C:\temp\svnbackup 'svnadmin' is not recognized as an internal or external command, operable program or batch file. Does VisualSVN Server include svnadmin tool? How can I get this tool? 回答1: I actually found the solution: I have these tools in this folder: C:\Program Files (x86)

Ignore multiple specific files with svn

孤人 提交于 2020-01-02 05:37:10
问题 Our build system generates a number of files that are scattered around the source tree. These files the show up when running svn status In the example below all of the files with a '?' in the thirdparty directory have been generated by the build system. e.g. svn status M common/db/unit_test/src/db_payload_builder_test_suite.cpp ? common/db/unit_test/Makefile M common/lib/osal/variant/linux/public_inc/osal_specific_msgq.hpp M common/lib/enb/public_inc/enb_service.h ? thirdparty/lib/curl/public