svn

SVN, OSX10.7: SSL handshake failed: SSL error code -1/1/336032856

蹲街弑〆低调 提交于 2019-12-23 08:03:31
问题 I'm having trouble accessing an svn repository due to an SSL handshake error. Here's the output I get $ svn ls https://example.edu:40657/folder svn: OPTIONS of 'https://example.edu:40657/folder': SSL handshake failed: SSL error code -1/1/336032856 (https://example.edu:40657) This started happening after the repository was moved to another server. A new security certificate was issued as well. I've seen the issue raised here (Handshake failure with "SSL error code -1/1/336032856" on OS X 10.7)

SVN, OSX10.7: SSL handshake failed: SSL error code -1/1/336032856

左心房为你撑大大i 提交于 2019-12-23 08:01:41
问题 I'm having trouble accessing an svn repository due to an SSL handshake error. Here's the output I get $ svn ls https://example.edu:40657/folder svn: OPTIONS of 'https://example.edu:40657/folder': SSL handshake failed: SSL error code -1/1/336032856 (https://example.edu:40657) This started happening after the repository was moved to another server. A new security certificate was issued as well. I've seen the issue raised here (Handshake failure with "SSL error code -1/1/336032856" on OS X 10.7)

Mercurial and SVN side by side in same working directory?

隐身守侯 提交于 2019-12-23 07:51:37
问题 Our environment currently uses SVN. I would like to commit alot more often, but I don't want to break any of the main branches. Personally I love mercurial much much more than SVN. If I hg init a repository in my SVN working copy would any issues arise if I just commit into the mercurial repository on a regular basis and committed working revisions into the SVN branch? Our environment is not currently setup such that each developer has their own SVN branch, and so this is not a viable

What is intermediate directories in SVN?

落花浮王杯 提交于 2019-12-23 07:36:51
问题 I just started to learn SVN. Please give me your advice to understand the basic theory below. The svn copy and svn move command have an option called --parents . It says without --parents option, it would not create intermediate directories . Could anyone tell me what intermediate directories are? 回答1: Let’s say you just created a new Java project in Subversion. You now have an empty directory, and you want to create a directory for your source files. I like to follow Maven directory

How do you handle excluded files with aspnet_compiler?

拟墨画扇 提交于 2019-12-23 07:26:46
问题 I'm trying to use aspnet_compiler to move a project that has already compiled from one location to another. I'm using Subversion for revision control. The process basically gets all the code out of subversion, does a build, then calls aspnet_compiler. My problem comes into being when I've got an excluded ascx file. This file is part of the latest code, but the normal build compiler ignores it, so no trouble. Aspnet_compiler blows up, however, because it cannot find the code behind for that

SVN E155016 The working copy database at … is corrupt

倖福魔咒の 提交于 2019-12-23 07:26:25
问题 My computer exploded while in the middle of an svn (version 1.8.8) update command. Now svn does nothing just tells me the working copy is corrupt. svn: E155016 The working copy database at [dir] is corrupt I have no idea what to do, any suggestions? 回答1: I solved the issue with a cleanup + revert + update (in that order) 回答2: Cleanup Try svn cleanup in your working copy http://svnbook.red-bean.com/en/1.8/svn.ref.svn.c.cleanup.html New checkout Try to make a new checkout to different place. If

How to resolve tree conflicts through svn Eclipse plugin

余生颓废 提交于 2019-12-23 07:22:49
问题 I have installed svn plugin in my eclipse recently and i want to know the way to resolve tree conflicts of my project through it. Waiting for your valuable reply. 回答1: well, you didn't mention your OS whether it is windows or linux. anyway, if it is windows you can download plugin for resolving conflicts i.e. called "tortoise". With the help of this plugin you can directly resolve any type of conflicts whether it is text conflicts or tree conflicts. What you need to do do just right click on

How to configure hudson to ignore changes under specified SVN folders?

╄→尐↘猪︶ㄣ 提交于 2019-12-23 07:11:33
问题 I'm looking for a way to ignore changes under specified SVN folders in Hudson. It's the same thing as exclude folders in TeamCity and filters in CC.Net. I haven't found any configuration option under SVN GUI configuration. 回答1: In Hudson 1.334, in the build configuration, under Subversion -> Advanced..., there are three Exclusion boxes. If it's polling for changes, Hudson will ignore changes that match these exclusions when determining whether to trigger a build. You can tell Hudson to ignore

Tortiose SVN - Missing the setting to - Use “_svn” instead of “.svn”

≯℡__Kan透↙ 提交于 2019-12-23 07:08:30
问题 I just updated from SVN 1.6 to SVN 1.7. My Icon overlays aren't showing up. In looking at SVN's settings in 1.7, I no longer have the option to use "_svn" directories. This is likely why I'm having issues. Does anyone know how to make SVN 1.7 use _svn directories again? 回答1: This is what i found in the help of the new Version. As of version 1.4.0 and later, the TortoiseSVN installer doesn't provide the user with the option to set the SVN_ASP_DOT_NET_HACK environment variable anymore, since

How to get NO context when using svn diff

六月ゝ 毕业季﹏ 提交于 2019-12-23 06:57:00
问题 When I use 'svn diff' from the command line, it prints out the lines that have changed but also the 3 unchanged lines before and after for context. I much prefer seeing only the changed lines with no context. I haven't been able to determine any command line options that will let me make it behave this way. Standard 'diff' and 'cvs diff' do what I want by default. Surely 'svn diff' can do this but I'm missing something. Anyone know how? 回答1: After looking into the useful link given above by