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
27
votes
3 answers

Undo Git Rebase

I performed a git rebase master on my branch and didn't realize it wasn't what I wanted until after I pushed it to the remote. It's only myself and 1 other person working on the project, so I know they've not pulled the latest changes. Reading other…
user1960364
  • 1,951
  • 6
  • 28
  • 47
24
votes
8 answers

XCode 4 (Assembla) SVN Repository "Unable to load revisions"

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…
Le_isms
  • 407
  • 1
  • 4
  • 10
24
votes
2 answers

How do I create a tag from an old revision in Subversion when using Assembla?

I use Assembla to manage my Subversion repository. I have started some major revisions to my codebase and want to create a Tag of my most recent production revision ( which I forgot to do when I pushed that rev live to production a few weeks ago…
T. Brian Jones
  • 13,002
  • 25
  • 78
  • 117
15
votes
6 answers

Bitbucket, Assembla.. or what?

So, after a while of researching what SVN system should I use, I end up creating a project in Google Code.. thing is, that ANYONE can have access to my repository, and is NOT what I want :) So, I'm looking for a "private Google Code" code hosting…
Artemix
  • 8,497
  • 14
  • 48
  • 75
15
votes
4 answers

Git operations occasionally hang in Jenkins on Windows

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…
user1414274
  • 211
  • 3
  • 6
12
votes
3 answers

how to move git respository between hosting providers

I currently use Assembla for my git hosting. I want to move my git repository to github hosting. I have never done this before - what is the process? Obviously, I want to keep all my previous commits/changes, etc... Thanks.
deruse
  • 2,851
  • 7
  • 40
  • 60
10
votes
3 answers

Assembla Redmine JIRA Zoho Yodiz review and/or alternatives

I'm looking for a AaaS to handle the agile/scrum project management for a commercial software development project. We are probably going to use git as SCM and ideally we would like to have a good integration between the code changes in SCM and the…
movees
  • 183
  • 1
  • 15
8
votes
1 answer

assembla and github

I am using assembla and github and I have set up the correct Post-Receive URLs (Service hooks) to link the two services together and use powerful commit messages. I have the following issue. I have have 3 spaces with Post-Receive URLs (Service…
Lizard
  • 43,732
  • 39
  • 106
  • 167
7
votes
2 answers

git clone/push gives error: Permission denied (publickey,keyboard-interactive). assembla

I am trying to pull/push the code from a repo on assembla but I am facing this error all the times. I already uploaded the key to assembla account but still facing this issue.
StealthTrails
  • 2,281
  • 8
  • 43
  • 67
6
votes
1 answer

git + assembla + multiple ssh keys/multiple computers

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…
Jay
  • 1,084
  • 4
  • 18
  • 43
6
votes
4 answers

php run git got "ssh Permission denied"

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:
user1554046
  • 83
  • 1
  • 5
5
votes
2 answers

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

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:…
balderman
  • 22,927
  • 7
  • 34
  • 52
5
votes
6 answers

Assembla: Do you like Trac tickets or Assembla tickets and why?

I am a single developer just getting started with open source web dev (Python/Django). I signed up for a free Assembla.com account but I really don't know whether to use Trac ticketing or Assembla integrated ticketing. I have setup spaces for both…
Doug Ireton
4
votes
1 answer

Unable to commit folder using SVN Tortoise as it keeps on asking authentication

I have setup the SVN tortoise properly. I can easily update the files from the server but when I try to commit my changes it keeps on prompting for the authentication even I put the correct one. The same username and password works when I browse…
Rajan
  • 196
  • 1
  • 1
  • 9
4
votes
2 answers

Undo git push to Assembla

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…
Vairis
  • 1,758
  • 1
  • 13
  • 23
1
2 3
9 10