svn

Is it possible to replace the entire Repository Url with a parameterized string in Hudson/Jenkins?

强颜欢笑 提交于 2019-12-31 22:23:58
问题 In Hudson/Jenkins, is it possible to replace the entire string in the Subversion Module Repository URL with a String parameter? I don't want to just replace just the version or anything like that, I want to replace the entire url. So, when I run the build, I'd get a prompt for the URL and I'd put something like "http://scm.work.corp/svn/com.work.package/tags/project-4.0.0.RELEASE" and it would check that out and build it. Being able to substitute the "com.work.package" and "project-4.0.0

IntelliJ Idea doesn't work properly with svn update

Deadly 提交于 2019-12-31 18:19:33
问题 I constantly get the same error during svn update or compare operations in IntelliJ Idea Community edition: svn: E175002: Received fatal alert: unexpected_message svn: E175002: OPTIONS request failed on '/projects/repo/home/.' Environment: IntelliJ Idea Community edition 12.0.3 SVN 1.7.7 Windows 7 x64 But it pretty good works from command line: D:\projects\repo\home>svn update Updating '.': At revision 382293. There is Idea log: 2013-02-05 00:43:53,684 [ 17976] INFO - org.jetbrains.idea.svn

IntelliJ Idea doesn't work properly with svn update

点点圈 提交于 2019-12-31 18:19:12
问题 I constantly get the same error during svn update or compare operations in IntelliJ Idea Community edition: svn: E175002: Received fatal alert: unexpected_message svn: E175002: OPTIONS request failed on '/projects/repo/home/.' Environment: IntelliJ Idea Community edition 12.0.3 SVN 1.7.7 Windows 7 x64 But it pretty good works from command line: D:\projects\repo\home>svn update Updating '.': At revision 382293. There is Idea log: 2013-02-05 00:43:53,684 [ 17976] INFO - org.jetbrains.idea.svn

Installation of AnkhSVN Visual Studio 2019

旧巷老猫 提交于 2019-12-31 17:51:14
问题 I can not Install AnkhSVN -Subversion Support for Visual Studio 2019, I have tried to Install It, It says Version is Invalid for VS2019 I use VS2019 Professional 回答1: The latest AnkhSVN version is not compatible with Visual Studio 2019 (and the project, unfortunately, seems dead). A possible solution is to edit manually the files stored in the vsix file (it's a zip file with a different extension). The file to edit are: extension.vsixmanifest Change the occurance of [15.0,16.0) to [15.0,17.0)

Using SVN With a Staging and Live Website

Deadly 提交于 2019-12-31 17:37:40
问题 I currently have an svn repository on my hosted web server. I work locally, commit my changes to the repository on my server, and then run an "svn update" via ssh in my live folder when I am ready to push the changes live. I am now adding a staging site, which will reside on the same server. It will simply be another folder on the same server. The issue is that I will be working on somewhat larger changes to the site on the staging server that may take up to a week of testing. During that

.NET projects build automation with NAnt/MSBuild + SVN

若如初见. 提交于 2019-12-31 17:22:34
问题 for quite a while now, I've been trying to figure out how to setup an automated build process at our shop. I've read many posts and guides on this matter and none of them really fits my specifics needs. My SVN repository is laid out as follows \projects \projectA (a product) \tags \1.0.0.1 \1.0.0.2 ... \trunk \src \proj1 (a VS C# project) \proj2 \documentation Then I have a network share, with a folder for each project (product), which in turn contains the binaries, written documentation and

IIS7 and ARR as reverse proxy for Subversion

折月煮酒 提交于 2019-12-31 13:48:48
问题 I am using IIS7 and the Application Request Routing extension to act as a reverse proxy to Subversion running on Apache. The proxy works fine and I am able to explore the server, and even perform a "check out". However, I cannot browse to files that would normally be forbidden by ASP.NET - for example, .cs, .csproj, and so on. Files ASP.NET wouldn't be concerned with - such as .txt - are fine. I tried to edit the global web.config to remove the Forbidden handler mapping for these files, but

Git equivalence of SVN Changelist?

会有一股神秘感。 提交于 2019-12-31 12:59:11
问题 Just curious if Git has something like Subversions Changelist feature, its something that I find quite handy working with on the fly, I know I could run something like: cat 'changelistfileimade' | xargs git update but am curious if there's a built in method too? 回答1: I have never used SVN changelists myself, but if I understand correctly, it allows you to group files into changelists and later separately commit those changelists. (Right?) I don't think you really need such a feature with Git.

SVN error on connecting with eclipse

ε祈祈猫儿з 提交于 2019-12-31 11:47:37
问题 When I am trying to connect SVN to eclipse I am getting the following error: any idea how to resolve it? Failed to load JavaHL Library. These are the errors that were encountered: no libapr-1 in java.library.path no libapriconv-1 in java.library.path C:\Program Files (x86)\Subversion\bin\libeay32.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform C:\Program Files (x86)\Subversion\bin\ssleay32.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform no libaprutil-1 in java.library.path C:

Eclipse and external src and web content folder linking or mapping

六月ゝ 毕业季﹏ 提交于 2019-12-31 10:45:48
问题 First thing this is not the question but the solution of the problem which I have faced and waste 4,5 hours to find out the solution. please let me know if there is any better alternative to manage the external src folder with eclipse project. I am using a version version control system (GIT) to manage my project. Also accessing the Repository using the external Git client (SourceTree) Note : Same scenario can be possible with SVN and tortoise SVN as well. In Eclipse : when I am creating a