Questions tagged [assembla]

Assembla is a company that provides cloud-based tools to organize and manage open-source and commercial software development.

Assembla is a company that provides cloud-based tools to organize and manage open-source and commercial software development. Assembla is currently used by over 500,000 users across 100 countries.

History

Assembla has been based in Needham, Massachusetts since 2003. The company officially formed in 2005, headed by Andy Singleton, creator of PowerSteering Software, using a distributed agile process to link employees from multiple locations.
In Oct 2008, Assembla began charging for some of its services.
In March 2009, Assembla partnered with online workteam tool provider oDesk, providing users joint access to the companies' services.
In May of 2011, Assembla released its Portfolio product which is built around centralized user management and reporting through a private banded portal that supports an unlimited number of projects. Assembla Portfolio is packaged for larger Enterprises.

138 questions
3
votes
1 answer

SSH the authenticity of [server] can't be established

I have no control over the server and therefore cannot do what this answer recommends. I've already followed what this question/answer pair already recommends. My simple ssh attempt fails with "Host key verification failed": $ ssh -v…
Joseph Victor Zammit
  • 14,760
  • 10
  • 76
  • 102
2
votes
1 answer

Mylyn connector for Assembla on Eclipse fails to setup

I'm developing with Eclipse Indigo and using Assembla. I use Mylyn and the Assembla connector for Mylyn. The connector fails to create a task repository. When I create a new task repository, after filling in the server (happens both on http and…
David Raviv
  • 397
  • 3
  • 10
2
votes
1 answer

How to remove accidental double commit [Git]

I'm looking for a way to remove an "double" commit I accidentally created on a repo. While attempting to collapse a branch's commits before merging it into the master, I unwittingly pushed the branch's changes onto the master (I know just enough Git…
2
votes
2 answers

Assembla Perforce wont submit a large number of files

I have 1000+ files marked for add that I would like to submit using perforce. During the submit everything seems to work fine but after an hour or so into the submit, using the p4v client, I get an error saying "unable to connect to server...as…
frinto
  • 91
  • 2
2
votes
0 answers

TortoiseSVN + Assembla hangs on update/commit

I am experiencing a kind of strange problems with TortoiseSVN and an Assembla repository. Sometimes, when I try to update or commit the UI opens but nothing happens. It occurs more and more often. I got this situation with TotoiseSVN 1.8 and 1.9.…
diogos88
  • 21
  • 1
2
votes
1 answer

python jenkins.jenkins module: how to login to jenkins with third party sso

I need to automate jenkins, It is very easy to login to jenkins from python with its local-user/password. But our jenkins server is configured with assembla sso and I am not able to login through jenkins.jenkins python module. Can any oen suggest…
user87005
  • 964
  • 3
  • 10
  • 27
2
votes
1 answer

Need assistance with creating a Git client-side 'commit-msg' hook

I have installed the 'ticket_status.rb' server-side hook on Assembla. Although this is exactly what I'm looking for (in theory), it does not flag until the developer attempts to push to the server. If they have made several commits before pushing,…
2
votes
1 answer

python curl for assembla

I am trying to port the following curl call into a python script using urllib/urllib2 : curl -H "X-Api-Key: ccccccccccccccccccccccc" -H "X-Api-Secret: cbcwerwerwerwerwerwerweweewr9" https://api.assembla.com/v1/users/user.xml I tried using the…
tkansara
  • 534
  • 1
  • 4
  • 21
2
votes
1 answer

Can i delete folders and files in my Assembla account?

I want to delete my folders and my files in Assembla SVN tab menu, but don't how to do it. I use Assembla in free mode, need your help to do this, thank you.
Deddy H
  • 252
  • 2
  • 6
  • 19
2
votes
3 answers

What is the proper way to generate, store, and configure an SSH public/private key pair for git repository usage on Assembla?

I initialized a local git repository on my desktop running Linux Mint 13. To push to the repository on Assembla I need to have an ssh key. I first try to generate a new key as such in the terminal: $ ssh-keygen -t rsa The response is: Enter file…
Ryan Mortensen
  • 2,307
  • 3
  • 22
  • 27
2
votes
1 answer

Convert private paid project to free private in Assembla

I have a private project in Assembla with Starter plan, how can i convert this project to free private(non-public) project? Thanks!
Breakdown
  • 1,035
  • 4
  • 16
  • 26
2
votes
1 answer

Best VCS and hosting for a student group of 10?

We are a student group consisting of ten people. For the next few months, we need to work on a big project together. Therefore, we thought it would be better if we use a VCS. Many people in the group use git, but we need a web hosting that provides…
Ayberk
  • 410
  • 10
  • 21
2
votes
2 answers

Can Heroku work as version control?

I am working with this school project (webapp in RoR) in group of 10 and we get into this fight. One says we should use Heroku as our web host because it does version control with git. The other says it's cool to use Heroku as web host, but it…
Joanne Chow
  • 1,018
  • 10
  • 8
2
votes
3 answers

Looking at Projectlocker, Cloudforge, and Assembla Portfolio for Git Hosting - Any opinions?

We're a small webdesign shop here and we want to get all our clients on a DVCS system that deploys our commits via sftp. I've narrowed it down to Projectlocker, CloudForge and Assembla Portfolio. There's also Beanstalk and Springloops but they'd end…
livejamie
  • 19
  • 2
2
votes
4 answers

Cannot clone from Assembla

I have create git repository. I try to clone using NetBeans. I choose: Team > Git > Clone Repository URL: git.assembla.com:myproject.git Username: git I select Private/Public Private Key File: D:\Document\ssh\assembla-private.priv Passphrase:…
Permana
  • 1,972
  • 2
  • 33
  • 51
1 2
3
9 10