subversion

SVN upgrade working copy

匿名 (未验证) 提交于 2019-12-03 02:12:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I cannot do a SVN commit. I get this error: org.apache.subversion.javahl.ClientException: The working copy needs to be upgraded svn: Working copy 'C:\.... is too old (format 10, created by Subversion 1.6) How can it be fixed? 回答1: You have to upgrade your subversion client to at least 1.7. With the command line client, you have to manually upgrade your working copy format by issuing the command svn upgrade : Upgrading the Working Copy Subversion 1.7 introduces substantial changes to the working copy format. In previous releases of Subversion

“Subversion command line client version is too old” error in Android Studio

匿名 (未验证) 提交于 2019-12-03 02:06:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Whenever I open a project in Android Studio, I'll see this error: When I click "Fix it", it will show this window: I don't know what to do because I'm running TortoiseSVN 1.9.0 , which is the latest version . What should I do to fix this error? Thanks for your help. 回答1: It's just misprint: must be "too new" Android Studio based on Intellij IDEA, Intellij 14.1.4 cannot use svn 1.9.0 回答2: Intellij IDEA 14 works with SVN 1.9, it just shows a warning: https://youtrack.jetbrains.com/issue/IDEA-140754 回答3: Svn 1.9 command line client should work

good version control software for Delphi 2009 [closed]

匿名 (未验证) 提交于 2019-12-03 02:00:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: does anyone have a good idea for what I might use ? 回答1: Its not specific to Delphi but SVN is the way to go for version control. server - subversion ( http://subversion.tigris.org/ ) windows client - TortoiseSVN ( http://tortoisesvn.tigris.org/ ) 回答2: I use Team Coherence , from QSC. This integrates nicely into Delphi (I think the standalone desktop client app itself is written in Delphi too) and it can be used over a network/the web etc. I'm a 'lone developer' who uses it to get to my source code wherever I am. It does all the obvious

Subversion: SVN E160043. Expected FS format between '1' and '4

匿名 (未验证) 提交于 2019-12-03 01:57:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am following the instructions on this blog to setup subversion on my development PC: http://www.codinghorror.com/blog/2008/04/setting-up-subversion-on-windows.html . I get an error when I get to the following line in the blog: "Congratulations! You just checked your first change into source control! " i.e. instead of saying "congratulations.....", it says: SVN E160043. Expected FS format between '1' and '4'. Found format 6. I have spent some considerable time Googling this but I have not found an answer. I am running subversion on a

SVN / Subversion 1.7 and Eclipse Subversive & JavaHL

匿名 (未验证) 提交于 2019-12-03 01:51:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have just upgraded to TortoiseSVN 1.6.99, Build 21709, (Subversion 1.7.0, -dev). I am having problem in my Eclipse Subversive 0.7.9.I20100512-1900 & JavaHL 1.6.15. Have tried to update my Eclipse plugins. Anyone have an solution? Error at Eclipse: Share project was failed. Unsupported working copy format svn: The path 'XXX' appears to be part of a Subversion 1.7 or greater working copy. Please upgrade your Subversion client to use this working copy. 回答1: You are aware of the Subversion 1.7 state? It is currently a beta-2 state and not

Subversion E160013: '/svn/xxx/!svn/me' path not found* error

匿名 (未验证) 提交于 2019-12-03 01:47:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I recently upgraded the bitnami trac stack (from 0.12.2-5 to 0.12.3) on our server and after reconfiguring all the scripts and repositories all seemed well. I was able to login and view the source code and browse through the repository using Trac . I tested checking out the source code and I could browse the repository via both visualsvn and tortoise. But when it came to commiting changes made there was a problem. I got a path not found exception. Looking into the error log on the server, all I could see was that all GET requests

Subclipse and JavaHL installation headache

匿名 (未验证) 提交于 2019-12-03 01:45:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I've run into problems installing the latest Subclipse plug in. I saw this post: subclipse: Unable to load default SVN Client , but the answer appears to be specific for Subclipse 1.6.x, and I think 1.8.x is presenting new issues. I'm on a mac, 10.6.8, with Eclipse Indigo. I have Subclipse 1.8.4 installed, with the Subversion JavaHL Native Library Adapter 1.7.3 installed, which is the correct version of JavaHL for Subclipse 1.8, according to http://subclipse.tigris.org/wiki/JavaHL#head-5ccce53a67ca6c3965de863ae91e2642eab537de When

After checking out Subversion code into Eclipse, how do I get it to build?

匿名 (未验证) 提交于 2019-12-03 01:44:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: This problem has been frustrating me for some time... A lot of sites like Sourceforge use SVN or Subversion to manage their code. I have little problem compiling SVN code in C++, but when it comes to Java, my IDE gives me a headache. I've installed Subclipse for SVN support for Eclipse, and it works. I can check out any code into my Workspace. Now Subclipse will put the whole thing into a special project of some sort that can't be compiled. So I search Google for something and I come up with modifying the eclipse XML file to specify the

Find files not added to subversion

匿名 (未验证) 提交于 2019-12-03 01:25:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: The following issue is becoming increasing common: There are several developers working on a project which includes new files (usually images) Everyone says that everything is checked in and we freeze development. Unbeknownst to us, there are images which were not checked in. The user doesn't notice the missing files because they're new, not check-outs, so svn looks fine The code is compiled and deployed (sorry, no QA team) The next day the client tells us about the missing images The CTO reads us the riot act Note: The image paths are both

Intellij idea subversion checkout error: `Cannot run program “svn”`

匿名 (未验证) 提交于 2019-12-03 01:12:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using intellij idea 13.0. When I am trying to checkout from subversion I am getting error Cannot load supported formats: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified How do I fix this? 回答1: I solved this by uncheking the "Use command-line client" option from Subversion settings. This works with version 1.6 and 1.7 only. See @Vic's answer for SVN version 1.8. 回答2: Check my solution, It will work. Solutions: First Download Subversion 1.8.13 ( 1.8 ) Download link ( https://www.visualsvn.com