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
4
votes
2 answers

Git (assembla) - Syntax to refer to a previous changeset in a commit message

Does git have any official syntax that can be inserted into commit messages to reference previous changesets? E.g.: Oops. Adding files accidentally missed out from #7557bd82e2d0c7335319392b4bcb178ce0b9620f Or does Git not bother defining these, and…
Robin Winslow
  • 10,908
  • 8
  • 62
  • 91
4
votes
1 answer

connecting visual studio 2010 to assembla SVN

I'm working now with a friend on creating a project together and a SVN is quite needed. however, yesterday when I tried to save my Project to Assembla I couldn't manage to commit it correctly. in the beginning, I thought it might be due to me using…
thepoosh
  • 12,497
  • 15
  • 73
  • 132
3
votes
3 answers

Copy local svn repository to Assembla

I'm using Visual SVN with drop box to version control my code. I've decided to move my repository to Assembla online. I can't for the life of me work out how to copy the repository I have on my dropbox to my Assembla URL. I won't be needing to use…
Chris
  • 7,996
  • 11
  • 66
  • 98
3
votes
1 answer

Modifying .git folder in a remote repo

I needed to retain the current file in the master branch while merging the other changes from the branch. I used the .gitattributes file to specify a driver which only merges ours. It all worked fine locally but when I tried to merge in the git…
Viki
  • 170
  • 1
  • 10
3
votes
2 answers

Integrating Assembla (or similars) with AppHarbor (or similars, like heroku)

I'm working in a project that is being hosted in appharbor (like heroku for .net). It use git push to upload the code (my first time ever working with such environment). The thing is that now I miss the features of a classic GIT or SVN repository,…
NicoGranelli
  • 670
  • 7
  • 14
3
votes
1 answer

Why _mac folder with some config files commits to git automatically from Android Studio

I am getting some auto generated commits to my git using android studio in mac and this was not happened in windows with Android studio(Which I was using earlier) Can anyone tell me why this happens and how to disable it? The commits starts with…
Vaisakh N
  • 780
  • 1
  • 11
  • 27
3
votes
2 answers

Web development workflow with svn

I set up my svn in assembla, and I code and test on my local machine that is set up identical to the production server. THen, I commit changes to assembla svn and also ftp upload to my production server. How can I improve my workflow? I would like…
WJ B
3
votes
1 answer

Is it possible to integrate Hudson with an Assembla space?

I'm looking at Assembla and considering signing up for a monthly subscription. I am currently developing web applications in Java and I've set up builds in Hudson for all of my projects and libraries. Is it possible to set up communication between…
John
  • 2,571
  • 6
  • 32
  • 40
3
votes
1 answer

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

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,…
uintptr_t
  • 293
  • 1
  • 3
  • 9
3
votes
3 answers

Git push to Assembla repository from multiple machines

I'm just getting to know git and I really can't find a documented solution to the following problem. Assembla.com allows only one public SSH key per user. The question is, is there a way to "push" from 2 different PCs? For example, creating a…
imoschak
  • 215
  • 2
  • 8
3
votes
3 answers

How do I Continue Working off older version of Assembla SVN?

During the process of development, I made a few mistakes in code, and accidentally committed before discovering the errors. The changes in code between my revision 259 and 261 are pretty significant. Is there a way to after reverting to 259, to go…
PhoenixLament
  • 741
  • 1
  • 11
  • 32
3
votes
1 answer

Invalid channel 117 - Eclipse / EGit

I'm using the latest versions of Eclipse (4.2.1) and EGit (2.3.1) to push code to git repositories that are hosted at Assembla. Lately I start getting those messages: "Invalid channel 117". The push seems to go trough, so it doesn't really hurt, but…
Klemens Zleptnig
  • 1,698
  • 20
  • 36
3
votes
1 answer

How to setup Assembla Subversion for private project - new to source control

I've used source control in the past to commit code, in 2009 when I was working with .NET framework 2.0. I have been away from programming for around 3 years. Now I am trying to do some Win 8 programming in C# and need to setup source control for my…
raghu_3
  • 1,849
  • 3
  • 18
  • 29
3
votes
4 answers

Is there a cloud IDE with Assembla/GitHub integration?

With the new Chromebook launch I have been wondering, is there a cloud IDE that could be used from Chrome and that has an Assembla and/or GitHub integration for hosting the projects? I'm thinking about Rails development.
alestanis
  • 21,519
  • 4
  • 48
  • 67
3
votes
1 answer

GIT with assembla repository type personal or public?

I am going to work on a project hosted by assembla / git. when i do in my visual studio git extension plugin "Git" > "Clone repository", I need to chose "Repository type" - What is the difference ? Was this defined when i created the repository ?…
ilansch
  • 4,784
  • 7
  • 47
  • 96
1
2
3
9 10