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
1
vote
2 answers

How to connect to the new assembla key?

The new assembla api provides by REST-access a new authentification. i would like connect with PHP and curl, but I am not sure how I can include the api-x-key and api-x-secret as options: The invoke with curl in terminal: curl -H "X-Api-Key: XXX"…
user1643936
  • 45
  • 1
  • 5
1
vote
1 answer

Can't push files to git repo through Assembla by using Titanium Studio

everyone. I created a git repo on Assembla, then imported it to Titanium Studio, then I copied the files into the folder, but it didn't let me push it. It says: No refs in common and none specified; doing nothing. Perhaps you should specify a…
7537247
  • 303
  • 5
  • 19
1
vote
1 answer

Having difficulty pulling repository from assembla

I starting out in assembla and have a code from my senior that I would like to pull the repository into my local folder. When I typed: svn co https://subversion.assembla.com/.... ./ Didn't state the whole path cos it is private. When i type this…
lakshmen
  • 28,346
  • 66
  • 178
  • 276
1
vote
1 answer

Assembla SVN checkout Error

I am getting following error while I am doing svn checkout: Authentication realm: https://subversion.assembla.com:443 (null) Password for '...': Abort trap: 6 Any help?
NSCry
  • 1,662
  • 6
  • 23
  • 39
1
vote
1 answer

How to remove forked repository from assembla

I was playing around with assembla and I created fork of my own repository by selecting: Source/Git tab -> Fork network -> Fork -> fork to a new tab in this space now, I would like to delete the forked repository, without deleting the orginal one,…
0lukasz0
  • 3,155
  • 1
  • 24
  • 40
1
vote
1 answer

All files changed after adding .gitattributes file in github?

I have a git repository I originally used with msysgit, but now I've begun to use github instead. For some reason, when I add the default recommended .gitattributes file to deal with line endings, most of the files in the repository need to be…
pqn
  • 1,522
  • 3
  • 22
  • 33
1
vote
1 answer

Fail to Commit [ Tortoise Assembla

Got this message when try to commit new folder to the SVN. Commit failed (details follow): Server sent unexpected return value (405 Method Not Allowed) in response to MKCOL request for How can i overcome this error. Thank you
Keshan De Silva
  • 839
  • 1
  • 11
  • 25
1
vote
2 answers

how to set up assembla svn repository on mac

How to export local repository maintained on mac platform to assembla SVN I tried exporting my repository then zip it and it import it into assemble, I get the following error each time. ERROR - There is no breakout.ini in SVN …
TheTechGuy
  • 16,560
  • 16
  • 115
  • 136
1
vote
0 answers

using git plugin on netbean

I am having problem while trying to clone a PRIVATE repository from assembla. If I use command line tool, it works fine. But from inside netbean IDE, its not working. The screeshot of the settings I am providing is as follows: Can anyone please…
Rana
  • 5,912
  • 12
  • 58
  • 91
0
votes
1 answer

Using Source Control with git and new projects

I'm new to SCM and I've managed to create and use a repository for an existing project. By following a variety of posts, I've done the following: 1) Created an account on Assembla 2) Used bash/git in my existing project directory to add, commit, and…
wayneh
  • 4,393
  • 9
  • 35
  • 70
0
votes
1 answer

Git - activate hook remotely?

is there a way to activate a git hook remotely? I am using some repos at www.assembla.com and I'd like to use them over http. But cloning fails since I should run server-update-info on the remote repo. Is there a way to activate the post-update…
Pod
  • 928
  • 1
  • 10
  • 30
0
votes
1 answer

What is XML tag for Work hours and Work remaining in assembla

My project is in android, we are making a internal product same as assembla, and this project is linked to assembla i.e tickets will be created in assembla. I wanted to know waht si the xml tag for Worked hours and Work remaining Thanks.
Romi
  • 4,833
  • 28
  • 81
  • 113
0
votes
2 answers

Error deploying Rails project with Capistrano and Assembla

I started a new project in rails and setup a server and assembla to have my subversion files in Assembla and to deploy with Capistrano to my server. The problem is that when I do cap deploy I get an error message: * executing `deploy' *…
marimaf
  • 5,382
  • 3
  • 50
  • 68
0
votes
2 answers

Assembla subversion constantly asks for credentials in the browser when consulting a repository

I am totally new to assembla so my question may seem silly but I don't currently have the answer. I have a subversion repository hosted on assembla. When I try to access it for reading via the browser, an authentication pop-up appears. I don't know…
Eloi
  • 86
  • 1
  • 2
  • 11
0
votes
1 answer

while calling assembla rest api getting the output in html

I am calling Assembla REST Api with basic authentication using the following code. I get html output instead of xml. I want to use this output data in my program but not able to fetch it from html format. Please suggest how to get output in xml…
Nisha Jain
  • 77
  • 6