17 questions
0 votes
1 answer
104 views
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/...
2 votes
1 answer
334 views
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 ...
1 vote
0 answers
53 views
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 ...
0 votes
1 answer
41 views
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 ...
0 votes
1 answer
75 views
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-...
0 votes
0 answers
122 views
How to Remove File from Old Git Commit [duplicate]
I'm really not a Git user other than GitHub using the Windows Client. I've recently been working with a client that uses Git and Springloops. The problem is that I added a large file to my local ...
1 vote
2 answers
3k views
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 ...
1 vote
1 answer
3k views
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 ...
0 votes
1 answer
727 views
Code organization with laravel and several git repositories
I am working on several projects but each one connects to a REST web service. I've developed the first one using Laravel, and developed a few classes really useful to communicate with the web ...
3 votes
2 answers
2k views
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 ...
1 vote
1 answer
899 views
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 ...
5 votes
2 answers
16k views
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 ...
2 votes
1 answer
155 views
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 ...
0 votes
1 answer
173 views
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 ...
13 votes
4 answers
35k views
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 ...