Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
27 views

Docs for the Assembla integration are extremely light (non existent). I have an api token generated in assembla by an owner account that consists of the key & secret in the token field of gitlab ...
H23's user avatar
  • 41
0 votes
2 answers
250 views

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,...
Eloi's user avatar
  • 118
1 vote
0 answers
85 views

I want to auto-build my job in Jenkins and I am using assemble, I tried using normal webhook like we do in Github but it is not working please help me on this. If you have done this already.
Abhishek Munghate's user avatar
3 votes
1 answer
136 views

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 ...
Viki's user avatar
  • 178
0 votes
1 answer
145 views

import requests url = 'https://api.assembla.com/v1/spaces' API_KEY = "API_KEY" API_SECRET = "API_SECRET " resp = requests.get(url, auth=(API_KEY, API_SECRET)) print(resp.status_code) I keep getting ...
RiptimRip's user avatar
2 votes
1 answer
655 views

I'm looking for a way to remove an "double" commit I accidentally created on a repo. While attempting to collapse a branch's commits before merging it into the master, I unwittingly pushed the branch'...
Niall Burton's user avatar
-3 votes
1 answer
60 views

My question is completely explained in the title XD I want to know for making a new repository in server (not a local repository) I must be the admin ?
user avatar
0 votes
1 answer
353 views

I'm running an ASUS C300 Chromebook (71.0.3578.127 (Official Build) (64-bit)) and I want to set it up like my Windows 7 Development PC. On Win 7 I use TortoiseSVN to connect to my SVN hosted on ...
AsDuskFalls's user avatar
1 vote
0 answers
51 views

in a previous project I had the chance to listen for git uploads to post it in another software like RocketChat, Slack, etc. But Im working with Cornerstone now. Is there any way to do the same? I can'...
phng's user avatar
  • 352
0 votes
1 answer
60 views

Trying to get data from Assembla using node js rest API call. I am not sure how to authenticate using the Bearer token and get the JSON output. is there any way we can use HTTP request and get the ...
Deepan Chakravarthy's user avatar
0 votes
1 answer
241 views

I'm trying to integrate Assembla issue tracker with GitLab CE. Assembla project template has only 2 configuration option: Subdomain and Token. Subdomain seems clear. Where can I find the Token value?
I V's user avatar
  • 195
1 vote
2 answers
758 views

I wanna migrate a project from Assembla to Github with all its tickets and sources. Sources The sources are not the problem because I can push it easily to the new environment. Tickets My problem ...
Tobonaut's user avatar
  • 2,522
0 votes
1 answer
1k views

I need to download remote files using curl command below curl -O -J "URL" This is working as expected when I use this command separately when I try to use the same command in a shell script(below). ...
Deepan Chakravarthy's user avatar
1 vote
0 answers
71 views

I have an extension which is published on magento marketplace. I want to add it to composer to let users install it from there as well. I tried the following steps Registered with getcomposer ...
Azher's user avatar
  • 69
0 votes
0 answers
138 views

I have been using assembla's SSH deployment tool to setup the automated deployment. What i have done so far is: Setup a git repo with two branch master and develop. Setup a SSH script using the ...
Anurag's user avatar
  • 553
3 votes
1 answer
111 views

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 ...
Vaisakh N's user avatar
  • 780
0 votes
0 answers
30 views

Is it possible to create a library dependency from an assembla svn repo and use it like this: compile 'com.google.code.gson:gson:2.5'
José Maurício's user avatar
1 vote
0 answers
182 views

I wish to do the automate build in jenkins based on "assembla" i have installed "assembla build trigger" plugin in jenkins and configured it. i have enabled the " build merge request" under " ...
soundararajan.c's user avatar
3 votes
2 answers
1k views

I have 1000+ files marked for add that I would like to submit using perforce. During the submit everything seems to work fine but after an hour or so into the submit, using the p4v client, I get an ...
frinto's user avatar
  • 101
8 votes
2 answers
17k views

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's user avatar
0 votes
1 answer
460 views

I have a connection to Assembla that requires P4HOST to be set. I have a bunch of other P4 connections to different servers that don't need that set. I've setup a few different p4config.txt files and ...
john's user avatar
  • 418
1 vote
1 answer
3k views

I am trying to implement my framework library into my project using Cocoa Pods. I found similar questions but their error messages were different from mine. Hence i am posting this question. I ...
Ganesh's user avatar
  • 1,919
0 votes
1 answer
398 views

I am trying to git push a new branch I have been working on. This is not the first time I'm pushing to the repo (hosted on assembla) and had no issues before. I created a new branch, committed and ...
ToT's user avatar
  • 489
0 votes
1 answer
287 views

How can i add server-side hooks in Assembla for all users this repository? If i add in .git/hooks it's be only for my local repository or i don't understand something? I need hooks for check and ...
MichailMiro's user avatar
1 vote
2 answers
746 views

I am able to configure jenkins with the git repository. I want to perform an auto deployment when ever there is any push done into the git repository. I am using git repository provided by assembla. ...
user5936136's user avatar
0 votes
3 answers
248 views

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 ...
Tolga Karanlikoglu's user avatar
2 votes
0 answers
156 views

I am experiencing a kind of strange problems with TortoiseSVN and an Assembla repository. Sometimes, when I try to update or commit the UI opens but nothing happens. It occurs more and more often. I ...
diogos88's user avatar
0 votes
0 answers
282 views

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's user avatar
0 votes
1 answer
451 views

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 ...
Ali's user avatar
  • 558
27 votes
3 answers
40k views

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 ...
user1960364's user avatar
  • 2,019
1 vote
2 answers
2k views

As the title says, I need to configure perforce to use a proxy server. To clarify, I am not talking about using Perforce Proxy, but to actually connect to the perforce server (in this case perforce....
james's user avatar
  • 1,035
2 votes
1 answer
3k views

I need to automate jenkins, It is very easy to login to jenkins from python with its local-user/password. But our jenkins server is configured with assembla sso and I am not able to login through ...
user87005's user avatar
  • 980
2 votes
1 answer
233 views

I have installed the 'ticket_status.rb' server-side hook on Assembla. Although this is exactly what I'm looking for (in theory), it does not flag until the developer attempts to push to the server. If ...
Andrew Dick's user avatar
1 vote
2 answers
720 views

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 ...
OmniOwl's user avatar
  • 5,729
0 votes
2 answers
9k views

I'm trying to set up my first assembla project with perforce. "p4 info" is Ok, but I cannot run client without the error message. I already set up my connection settings into config file, if ...
Pink's user avatar
  • 447
2 votes
1 answer
178 views

I am trying to port the following curl call into a python script using urllib/urllib2 : curl -H "X-Api-Key: ccccccccccccccccccccccc" -H "X-Api-Secret: cbcwerwerwerwerwerwerweweewr9" https://api....
tkansara's user avatar
  • 648
1 vote
1 answer
678 views

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 ...
HoneyBadger's user avatar
  • 15.2k
5 votes
2 answers
6k views

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....
balderman's user avatar
  • 24k
1 vote
1 answer
767 views

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 ...
JD Schmidt's user avatar
0 votes
2 answers
490 views

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 ...
beek's user avatar
  • 3,756
0 votes
1 answer
3k views

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. ...
Michel Keijzers's user avatar
0 votes
1 answer
59 views

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 ...
jml's user avatar
  • 1,814
1 vote
1 answer
1k views

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/...
MikeW's user avatar
  • 4,809
0 votes
0 answers
38 views

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 ...
ULLAS K's user avatar
  • 901
0 votes
1 answer
596 views

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 ...
MikeW's user avatar
  • 4,809
0 votes
0 answers
94 views

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 ...
Bill Ryder's user avatar
0 votes
2 answers
947 views

String url = "https://api.assembla.com/v1/tasks.json"; HttpClient httpClient = new DefaultHttpClient(); HttpGet httpGet = new HttpGet(url); httpGet.addHeader("Accept", "application/json"); httpGet....
user avatar
3 votes
1 answer
1k views

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)...
uintptr_t's user avatar
  • 293
-2 votes
1 answer
139 views

In Admin/Tools/More I found the Sopport tool. It is its description: The Support tool integrates with the Ticket tool to provide customers a support ticket system for submitting and following ...
chelder's user avatar
  • 3,917
1 vote
1 answer
90 views

I have already connected to a svn profile but I want to change my account with another account. How can I make it?
user3157427's user avatar