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

Need some pointers on how to use the Assembla API

I need to do some Assembla authentication before those I distribute my program to, can use login and use it. But I am having some issues with how I use the Assembla API as I've never really used a REST HTML API in Java before. I need to fetch all…
OmniOwl
  • 5,477
  • 17
  • 67
  • 116
1
vote
1 answer

partner exited unexpectedly error when running perforce client

EDIT: RESOLVED! solution: all I did was to restart PC (not sure if this helped too), but then i logged id via console again, typed p4 client, it opened the cfg file, i closed it and then I also had to type: p4 set…
Pink
  • 431
  • 2
  • 9
  • 18
1
vote
1 answer

3 step OATH 2.0 authentication for Assembla API POST request returns "Bad request"

I'm trying to create a tool to communicate with the Assembla API, and I'm having trouble getting the authentication right. I'm using the 3 step procedure as described here. Retrieving the PIN code is no trouble for now, though I do want to make it…
HoneyBadger
  • 14,750
  • 3
  • 34
  • 48
1
vote
2 answers

Importing existing git repo into assembla

Currently I have an website on a .zip file containing also the .git directory and all the history. I want it to be imported into an Assembla git repository preserving the history of all previous changes. Is there an easy way of doing it?
1
vote
1 answer

Best practice for using git private key on a public server with a shared user

I Currently use some servers to do some benchmarks. I need to log into multiple servers and git clone ... from assembla. Currently I copy my private key to the server and then update the .ssh/config file. Although I share this user and server with…
JD Schmidt
  • 19
  • 3
1
vote
1 answer

echo $PATH not displaying all paths when logged in from different environments on same account

When I run echo $PATH as root from 2 different scenarios to the same server I get a different result. Firstly I ssh via term as root where I installed kitchen. When I type $ which kitchen $ usr/local/rvm/gems/ruby-2.1.2/bin/kitchen $ echo $PATH I…
MikeW
  • 4,749
  • 9
  • 42
  • 83
1
vote
1 answer

How can I change my svn profile on visual studio 2013

I have already connected to a svn profile but I want to change my account with another account. How can I make it?
1
vote
1 answer

git I can pull correctly but cannot push

I use git to work with assembla in my Mac. I can pull from remote branch successfully but cannot push to it. [13:59:36] $ git pull origin master From git.assembla.com:something * branch master -> FETCH_HEAD Already…
Stephanie Yang
  • 252
  • 1
  • 4
  • 13
1
vote
1 answer

How to paste a directory into a git repository

So I have a git repo and I'm trying to paste a directory into it. I clone the repo, checkout a new branch and paste the directory in one of the sub directories. So the file path is like this Repo/ios/parentDir/directoryPastedIn When I'm in the…
praks5432
  • 7,246
  • 32
  • 91
  • 156
1
vote
1 answer

SVN can't update source code file from the repository

I have a really old source code file in an Assembla hosted subversion repository. This file is updated frequently and we never had any problems with it. However, now, when I update this file, instead of the latest version (which I can see when…
1
vote
1 answer

Assembla Wiki making random words links

We're using Assembla for some wiki functionality. It's mostly fine, although it's turning random words in links as can be seen in HashCode below. There is nothing visible through either the visual editor or in the HTML source, so we have no idea why…
Evan Knowles
  • 7,426
  • 2
  • 37
  • 71
1
vote
1 answer

How to deploy the code on heroku from assembla

I want to deploy push code from assembla to heroku when some one has pushed the code on assembla then I want it should automatically deploy on heroku. Please suggest me how can I do that.
Vijay Chouhan
  • 4,613
  • 5
  • 29
  • 35
1
vote
1 answer

Migrating from Atlassian Subversion to Assembla

With Atlassian discontinuing its hosted Subversion repositories, I have migrated to Assembla's hosted SVN. Our Jira installation (also cloud based, at Atlassian) still generates automatic links to atlassian SVN when it sees revision tags such as…
Dave
  • 136
  • 2
  • 12
1
vote
1 answer

Provided an invalid file

I created a git repository on assembla, and i tried to clone it, but i got a message: "Permission denied (publickey, keyboard-interactive) fatal: Could not read from remote repository. Please make sure that you have the correct access rights and…
ssuljic
  • 1,081
  • 1
  • 9
  • 26
1
vote
1 answer

tortoisegit working with branches and merging with origin

I would like to know what is the best way to merge 1 changed file in your branch back to the source origin branch, but do not want to push all the changed files, as I have many changed files not ready to be merged. For example, can I push just 1…
user1929393
  • 4,089
  • 7
  • 30
  • 48