Questions tagged as 'svn'

1
answer

Folder node_modules does not upload to svn

I have this (original) dependency file numeral which is in the node_modules -> numeral ->locales -> pt-br folder // numeral.js locale configuration // locale : portuguese brazil (pt-br) // author : Ramiro Varandas Jr : h...
asked by 17.08.2018 / 23:07
0
answers

How to block files by extension in SVN

I need to create a pre-commit SVN hook that blocks any files that are ".rar" and ".zip". And you have a message like "The commit was blocked, this file type can not be added." (example)     
asked by 23.03.2017 / 20:51
0
answers

What is the best way to work with seamless integration without using Docker?

I have an e-commerce application in php that has more than 30k files. I'm deploying the continuous integration process with Jenkins + SVN + Automated testing build and deploy ). However, the application is not using Docker . So at...
asked by 09.11.2016 / 14:05
0
answers

Configure Tortoise SVN with Google Drive

I need some help, I'm trying to configure Tortoise SVN to upload my projects to Google Drive. Has anyone already done this? If so, how would you help me with this, I'm having difficulties. I tried to configure Github, but I found the process...
asked by 14.10.2016 / 14:38
1
answer

SVN repository creation - Linux Mint, Apache Subversion

I'm trying to follow the Quick-start to run the following commands and create the local SVN repository: $ mkdir -p $HOME/.svnrepos/ $ svnadmin create ~/.svnrepos/my-repos $ svn mkdir -m "Create directory structure." file://$HOME/.svnrepos/my...
asked by 14.08.2015 / 17:53
1
answer

Git - How to correctly use the branches [duplicate]

I'm learning how to use Git now, after a long life with SVN. I am not understanding how to use branches because in SVN a branch is a copy of trunk with all files. With this, if I make a branch to fix a problem I can see the applicat...
asked by 12.12.2016 / 00:13
2
answers

Version Control Help - GIT / SVN [closed]

I joined a company that works with GIT, I worked with SVN, and I'm having some difficulties adapting to the GIT. So I'd like to migrate to SVN, since the team is just two developers. We have the GIT repository on a linux server. For linux, I...
asked by 11.03.2015 / 14:59
1
answer

TortoiseSVN - Database locked

I use TortoiseSVN with Windows, when I try to give an update to my working copy, the following message is displayed:    Update Working copy 'locked directory. '[Directory of my working copy]' is already   locked Please run the 'Cleanup' comma...
asked by 22.07.2016 / 15:40
1
answer

Maven Project in SVN

I have the following Maven project structure in my workspace: system (with POM set to consolidate all projects below) DAO EAR MODEL WEB VO I'm developing in partnership and opted to use SVN. I would like to know the best proc...
asked by 06.05.2015 / 04:42
1
answer

How to use the subclipse in eclipse kepler of ubuntu 14.04 64 bits

I have already made all the settings indicated on the site: link And when I access the Team menu - > SVN displays the following error message: Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1...
asked by 05.11.2014 / 13:50