svn

Add additional changesets prior to changeset 0 (zero)?

不想你离开。 提交于 2020-01-04 05:35:13
问题 I have a Hg repository with changeset 0 representing just "adding .hgignore". Starting with changeset 1 I added changesets step by step from a number of Subversion revisions by a script. Then I worked for some time with Hg. Now I decided that some more Svn revisions will be needed, which are located earlier in history than the beginning revision (changeset 1 in Hg). Is it possible to insert new changesets between 0 and 1? If yes: How? 回答1: You can use a Mercurial to Mercurial conversion for

SVN two factor authentication

时光毁灭记忆、已成空白 提交于 2020-01-04 05:09:09
问题 I need to implement a solution to secure SVN access using two factor authentication. Ideally I'd like to use Google Authenticator along with Basic auth. How would I proceed with implementing such a solution? I'm considering developing a web proxy page that must first be authenticated to through a browser and once authenticated, follow on SVN commands would pass through. Does this seem feasible or is there a better solution? Thanks! 回答1: These directions will work for Ubuntu 12.04. I should

SVN two factor authentication

Deadly 提交于 2020-01-04 05:08:47
问题 I need to implement a solution to secure SVN access using two factor authentication. Ideally I'd like to use Google Authenticator along with Basic auth. How would I proceed with implementing such a solution? I'm considering developing a web proxy page that must first be authenticated to through a browser and once authenticated, follow on SVN commands would pass through. Does this seem feasible or is there a better solution? Thanks! 回答1: These directions will work for Ubuntu 12.04. I should

How can I set the svn:needs-lock Subversion property through AnkhSVN plug-in with Visual Studio?

落爺英雄遲暮 提交于 2020-01-04 04:53:06
问题 I am using the AnkhSVN plug-in with Visual Studio 2008. I am using a free repository hosted on the web. I am not using a Subversion client for this repo, but managing everything with AnkhSVN plug-in (including adding solution file and project files to the new repository). I want to add the svn:needs-lock property to these files. I wonder if I can do this task using AnkhSVN, or if I need to get another Subversion client for this purpose. 回答1: in Visual Studio.. In Tools - Options - Source

Skip revisions when installing SubGit repository

雨燕双飞 提交于 2020-01-04 04:49:09
问题 I'm using SubGit to clone a SVN repository. Somewhere along the revisions is a copy of "/" to a certain tag. When SubGit loads every revision, it takes a long time to get this certain tag, which happens to be a copy of "/". This prevents the copy from being made. I have tried setting a minimalRevision, but I need revisions before and after the copy of "/". SubGit is able to get revisions before or revisions after that, but not all revisions and excluding this certain revision. Is there a way

JAVAHL (JNI) Not available

随声附和 提交于 2020-01-04 02:53:33
问题 Windows 7 64 Bits, Eclipse Indigo, SlickSVN 1.6.17 all installed with path to the libraries entered in windows. Why do I get the message JAVAHL (JNI) Not available and why does eclipse not load these libraries? 回答1: Have you tried installing SilkSVN as suggested on the subclipse official FAQ? Then on Eclipse/MyEclipse go to Window>Preferences>Team>SVN Change the client to SVNKit v1.XXX . That did the trick for me. 回答2: Did you close down Eclipse before running the SlikSVN 64 bit installation?

Server certificate verification failed

淺唱寂寞╮ 提交于 2020-01-04 02:51:12
问题 When I execute svn in command line: command: svn commit path -m "Uploaded By User" --username username --password password --non-interactive --trust-server-cert --quiet 2>&1 This results in an error: Array ( [0] => svn: Commit failed (details follow): [1] => svn: OPTIONS of 'svn url': Server certificate verification failed: certificate has expired, issuer is not trusted (svn url :8443) ) 回答1: Did you try without --trust-server-cert option : it will ask you to accept/reject the certificate. -

svn vendor branch

社会主义新天地 提交于 2020-01-04 02:48:15
问题 In the svn red book, in the chapter "Vendor Branch", it is proposed to maintain a current/ containing the latest release of 3rd party product, so from the example we end up with: repos/vendor/libcomplex/current - contains 1.1 repos/vendor/libcomplex/1.0 repos/vendor/libcomplex/1.1 What is it purpose of current/? Why we need initially put a new version to current/ and only after that to copy current/ in a version dedicated directory (e.g. 1.1)? My guess it's for: To make different versions svn

SVN doesn't work since IPTABLES changed

五迷三道 提交于 2020-01-03 20:57:47
问题 Since I rebooted my Ubuntu server where my svn is installed, I can't access it from my laptop computer. With svnX, when I try to browse my repertory, I get the error : svn: Can't connect to host 'xxx.xxx': Address already in use When I try to update any working copy, I get a different error : svn: Can't connect to host 'xxx.xxx': Operation timed out The whole history is this : when I first found out svn wasn't working, I suspected my iptables boot script was not accepting svn connections...

SVN doesn't work since IPTABLES changed

心已入冬 提交于 2020-01-03 20:57:08
问题 Since I rebooted my Ubuntu server where my svn is installed, I can't access it from my laptop computer. With svnX, when I try to browse my repertory, I get the error : svn: Can't connect to host 'xxx.xxx': Address already in use When I try to update any working copy, I get a different error : svn: Can't connect to host 'xxx.xxx': Operation timed out The whole history is this : when I first found out svn wasn't working, I suspected my iptables boot script was not accepting svn connections...