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

Partial Checkout For Specific Users in SVN

I am using Tortoise SVN and having SVN service from Assembla. Until today, I worked alone in a project but now I need to get help from some other developers but I don't want them to be able to download all part of my source code. Is it possible to…
0
votes
0 answers

Can I connect assembla to Github Desktop in windows?

I'm thinking is this possible like cloning my whole repository in assembla to my desktop through the use Github Desktop app and committing changes to it?
Lexoter
  • 1
  • 1
0
votes
1 answer

Assembla Authentication and Access Token

Overview: I am new to Assembla and I am having some trouble with authentication in C#. I am trying to externally create tickets in assembla (Tickets POST), but I am having a hard time grabbing the access token. I think I need to use Web services or…
Ali
  • 558
  • 7
  • 28
0
votes
2 answers

Hudson has stopped checking out source from assembla

Hudson seems to have stopped being able to check out source code from assembla. Nothing has changed with either configuration.. yesterday builds we're fine, then suddenly for no obvious reason their not. Only code change was some simple javascript,…
beek
  • 3,522
  • 8
  • 33
  • 86
0
votes
1 answer

Red check mark automatically removed after a second after changing a file in Visual Studio

I use Visual Studio with GIT/Assembla and in most projects when I change a file there is a red check mark before the file in the Solution Explorer, meaning it can be commited later via GIT/Assembla. However, in one project, there are files and after…
0
votes
1 answer

establishing multiple secure identities with GIT?

I have multiple repositories that I am contributing to - Some are hosted on Github, and some on Assembla. Technically, my username varies between the two systems. When I cd to a given repository's contents, I need to know the following: git knows…
jml
  • 1,745
  • 6
  • 29
  • 55
0
votes
0 answers

Issue with maven pom.xml build after Assembla set up integration

My project was working fine in my local system . When I integrated my set up with ASSEMBLA folder structure got little change. Now I am unable to build my project . POM.xml has encountered some problem . I am using 1.Eclipse…
ULLAS K
  • 881
  • 2
  • 11
  • 24
0
votes
1 answer

Using your own domain name with Assembla

I'm looking into using Assembla for hosted SVN, is it possible to have the SVN url be a company subdomain instead of using the Assembla domain?
Abdullah Jibaly
  • 53,220
  • 42
  • 124
  • 197
0
votes
1 answer

Using .kitchen.yml how do I specify multiple ssh keys?

I'm using Kitchen / ChefDK to deploy to EC2. In the .yml I specify my amazon keys which get transferred to the instance when I run kitchen converge. I'm also deploying from git and have recently swapped over to assembla which hosts the repository.…
MikeW
  • 4,749
  • 9
  • 42
  • 83
0
votes
0 answers

Assembla Git repo shows latest revision, but does not pull down with clone

Seeing something weird I cannot figure out. Another programmer (so I did not watch what was done) pushed a set of files. When I look at the source files in Assembla, the latest (expected) revision is shown on a file (last alpha-numeric at the end…
Bill Ryder
  • 133
  • 1
  • 8
0
votes
2 answers

I want to add parameter list of (from and to time)key value pair with httpclient this are param value not a header

String url = "https://api.assembla.com/v1/tasks.json"; HttpClient httpClient = new DefaultHttpClient(); HttpGet httpGet = new HttpGet(url); httpGet.addHeader("Accept", "application/json"); httpGet.addHeader("Content-type",…
user3581291
0
votes
1 answer

Push into Assembla Git repository

I pulled fresh copy of my project from Assembla git repository and restructured the whole project at my system and deleted some of useless classes and files from the project as well. Now when i push it back into remote repository from my eclipse it…
fazal
  • 49
  • 2
  • 9
0
votes
2 answers

Download file using CURL

I'm using the following CURL to download file from Assembla into the local system. In Curl command, I'm giving both the API key and secret as access token. But it doesn't work. Let me know how I can download the file using CURL. Following is the…
0
votes
1 answer

How to commit files to webserver through SVN on Assembla

I was recently employed with the responsibility to work on a developing website They gave me access to Assembla, and the CPanel (They are using Hostgator) I cloned the master repository to my computer, started modifying some files then committed the…
0
votes
2 answers

Trigger Jenkins Build based on Assembla Ticket Status

We are using Assembla ticket system and SVN repository. We are planning to automate the build process using Jenkins server.Would it be possible to trigger the build based on ticket status? We have 4 different servers Dev Server QA Server…