Questions tagged [springloops]

17 questions
12
votes
4 answers

multiple users and a single repository on github or springloops

Does anyone know of a way to allow multiple users work from the exact same repository on github or springloops?? The way that we've tried this is sharing the same key/pair with all 4 machines being used, but it's not working. one account works…
Joe Smack
  • 465
  • 1
  • 7
  • 16
4
votes
2 answers

How to Remove a Folder From Committing in SVN (Eclipse)

I know I might get slammed for this question, but I have looked at previous SO questions and have not found my answer. I am using SpringLoops to host my SVN version control. I am using Subclipse an SVN plugin for Eclipse. When I right click my…
boltup_im_coding
  • 6,345
  • 6
  • 40
  • 52
3
votes
2 answers

How to merge and commit to a branch in TeamCity

I want to figure out how to integrate TeamCity builds with Springloops deployments. Lets say I have a Git repo called api that has two branches dev and dev.build api |-- dev |-- dev.build I have set up TeamCity with a VCS trigger on dev to build…
kavun
  • 3,358
  • 3
  • 25
  • 45
2
votes
1 answer

print specific length of row where jstl c:forEach loops data exists or not

I want to print specific length of table row where jstl c:forEach loops data exists or not. I have a list called 'myList' which has only two data. but I want to print 5 row of data, unavailable row data will remain blank. Like -
2
votes
1 answer

Move a folder to another repository

I have an SVN repository structured like the following: ROOT CODE DATA WEB However it seems my WEB folder is a separate repository from the rest of the structure, meaning it has it's own .svn folder under it (WEB/.svn), and when I check in the…
Jeeby
  • 1,464
  • 1
  • 25
  • 30
1
vote
0 answers

code deploy from springloops

I am using springloops repo(SVN) for my projects.I need to deploy my repo directly from springloops to ec2 using code deploy in aws.Now I am using codecommit for this purpose,but it is time consuming process and also not userfriendly as SVN
Sandeep Nambiar
  • 1,656
  • 3
  • 22
  • 38
1
vote
2 answers

Trying to deploy from Springloops to Amazon EC2 Server

I'm trying to set up an auto-deploy from my springloops SVN through SFTP, but apparently springloop's private/public key authentication doesn't work, so they advised me to use a standard password only authentication, only I can't figure out how to…
Nikhil
  • 485
  • 1
  • 4
  • 16
1
vote
2 answers

Git: fail to unpack

I made a lot of changes in my repository, and I of course, forgot my .gitignore file. In this file, it was said that the /vendor folder should not be included. This folder's size is 400mb. So I tried to push my project thanks to: git add -A git…
Vico
  • 1,696
  • 1
  • 24
  • 57
1
vote
1 answer

Git: Cannot Delete Remote Branch ! [remote rejected] (branch is currently checked out)

Cannot delete remote branch because it's checked out? Ran git push origin --delete development and got this error back ! [remote rejected] development (branch is currently checked out) I saw a bunch of info on other stack overflows about switching…
codewizard
  • 1,029
  • 1
  • 13
  • 22
1
vote
1 answer

Springloops and commits

My team is using SpringLoops for a website project. And I have my very own springloops account. I have installed Tortoise SVN on my computer so that I can contribute to the project. When I make changes on my local computer and click svn commit, it…
Dot
  • 279
  • 1
  • 9
  • 21
0
votes
1 answer

Adding new files since last svn deployment

I use springloops to deploy my repo's to my dev and prod web servers. So I have the same CMS in 2 places, and each are a little bit different based on their usage by the dev team or live users. So after searching extensively I need to ask this…
0
votes
1 answer

Springloops "Commit failed" with status 165002

This just popped up today without any changes to our configurations. The description for the error (redacted) is "Failed to start '/var/data/backend/repositories/svn/a/b/c/d/e/accountname/projectname/hooks/start-commit' - Status : 165002" The access…
0
votes
1 answer

Spingloops - Deployment of a commit containing file deletions

I have a git repo in Springloops which has automatic FTP deployments for the develop branch. These deployments end up in a Wordpress site. Let's suppose I commit a file removal in the git repo. Will the deployment actually remove the file from the…
GigiSan
  • 1,170
  • 2
  • 19
  • 30
0
votes
1 answer

Difficulty passing key when creating server using Springloops API

I am trying to use the Springloops API to create a new deployment server but am having difficulty passing the key. When I try the full key: curl --header "Accept: application/json" --header "Content-type: application/json" \ --header "Authorization:…
Kevin Jones
  • 3,837
  • 1
  • 16
  • 18
0
votes
1 answer

Could not upload .htaccess

I am using Springloops to automatically take my SVN repo and deploy onto my server. I am getting the following error: Could not upload .htaccess Could not upload .htaccess using BINARY…
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
1
2