assembla

Backup hosted repository to off-site location

不想你离开。 提交于 2020-01-07 07:43:13
问题 I am still pretty new to VCSs in general. I have a SVN repository hosted at assembla. I know how to check out and commit to the repository. But if I wanted to actually get a backup of the repository itself to save offsite. How can I do that? 回答1: Assembla provides an 'Import/Export' under the Subversion tab which allows you to get complete historical dumps of your repository. On a repository you host yourself, you can use svnadmin dump 来源: https://stackoverflow.com/questions/4596310/backup

Undo git push to Assembla

雨燕双飞 提交于 2019-12-23 12:40:51
问题 So - today I wanted to do a good thing and rearrange files in my repository. Committed and pushed up to my Assembla repository. Since I did not use the git moving command, all files lost their history. I realized my mistake and wanted to get rid of the unneeded changing so I could make the right kind of move afterwards. I tried the approach, showed in here, but instead I got: $ git push -f origin 49bcfdceb30a1e9cfab0f0e7e39bfa04dc726b78:master Total 0 (delta 0), reused 0 (delta 0) remote:

Android Studio fails to connect to SVN server - SSL handshake failure

和自甴很熟 提交于 2019-12-23 10:54:21
问题 I am having issues to connect to SVN server using Android Studio 1.01. When I try to browse the remote SVN repository I get the following error: Subversion: (Accessing URL: https://subversion.assembla.com/svn/whozeincharge) Received fatal alert: handshake_failure Please check Subversion SSL settings (Settings | Version Control | Subversion | Network) Maybe you should specify SSL protocol manually - SSLv3 or TLSv1 My SVN server is hosted at www.assembla.com Assembla team blocked the SSL based

php run git got “ssh Permission denied”

感情迁移 提交于 2019-12-23 09:40:51
问题 I'm trying to run git pull in a php script from a browser, but I got "sh: connect to host git.assembla.com port 22: Permission denied" my php script : <?php $output=array(); $returnVar=0; chdir("/var/www/html"); exec('git pull git@git.assembla.com:andrewadel.git master 2>&1', $output , $returnVar); // exec('pwd', $output , $returnVar); echo "<pre>\n"; echo "return status: $returnVar\n\n"; print_r($output); echo "</pre>\n"; when I manually run the script as "apache", everything is fine bash-4

How to keep/maintain public and private code in the same repository? (at repository hostings)

吃可爱长大的小学妹 提交于 2019-12-05 02:28:12
问题 I'm working on my own project which has two parts: A. kernel/generic code (public part) B. code which works with proprietary protocol etc (private part, available for me and a few authorized persons) I want repository hosting (maybe github, assembla, ...) which allows working in public and private branches in the same repository. I don't want two repositories because I'm actively working on both parts and I want to avoid diverged repositories. Which solution is available for me? 回答1: which

How to keep/maintain public and private code in the same repository? (at repository hostings)

二次信任 提交于 2019-12-03 20:44:59
I'm working on my own project which has two parts: A. kernel/generic code (public part) B. code which works with proprietary protocol etc (private part, available for me and a few authorized persons) I want repository hosting (maybe github, assembla, ...) which allows working in public and private branches in the same repository. I don't want two repositories because I'm actively working on both parts and I want to avoid diverged repositories. Which solution is available for me? VonC which allows working in public and private branches in the same repository. That doesn't seem compatible with

Git operations occasionally hang in Jenkins on Windows

旧街凉风 提交于 2019-12-03 15:54:18
问题 We are running continuous Jenkins builds of a Git project hosted at Assembla. Jenkins is running on Tomcat 6 under its own user and generally works fine. However every once in a while (say once in every 10 builds), the checkout operation at the beginning of the build job simply hangs. At other times the Git tag operation at the end of the build also hangs. I believe this did not ever happen in command-line operation (on the same host with the same user). When hung, the Windows process tree

Git operations occasionally hang in Jenkins on Windows

点点圈 提交于 2019-12-03 05:20:33
We are running continuous Jenkins builds of a Git project hosted at Assembla. Jenkins is running on Tomcat 6 under its own user and generally works fine. However every once in a while (say once in every 10 builds), the checkout operation at the beginning of the build job simply hangs. At other times the Git tag operation at the end of the build also hangs. I believe this did not ever happen in command-line operation (on the same host with the same user). When hung, the Windows process tree shows taskhost.exe ? tomcat6.exe ? git.exe ? ssh.exe When externally killing the Git and ssh processes of

git + assembla + multiple ssh keys/multiple computers

*爱你&永不变心* 提交于 2019-11-29 07:36:10
I have multiple computers working on the same project, and I'm using a free assembla git repo account to manage all this. In order to access the git repo, I need to generate unique SSH keys on each computer. However, a computer might be working on other assembla projects as well, so there seems to be a conflict whenever I generate a new ssh key (like I have to keep replacing the id_rsa files). Once I recreate the id_rsa files (and replace them) on a local machine, it loses access to the previous assembla git projects using the previously-generated ssh key. I'm fairly new to the whole git

XCode 4 (Assembla) SVN Repository “Unable to load revisions”

拜拜、爱过 提交于 2019-11-28 18:18:33
I've been trying unsuccessfully to connect to an https assembla svn repository with the new xcode 4 IDE for an iPhone project I'm working on. I was able to connect just fine with the last version of xcode (3?), and with other svn apps. I'm using the same repo address and credentials, so I'm baffled as to why this doesn't work. I also tried loading in a working copy of the repo, and it cannot connect either. The one error message that comes up is "Unable to load revisions" Any tips? There are a lot of links, but no solution posted directly here, so I'll do it. The reason Xcode4 does this is