[bash]svn resolve –accept working -R <path> [/bash] To revert a backward state in svn repository: [bash]svn log[/bash] chose the number of interested revision, then [bash]svn update -r 000000[/bash] http://stackoverflow.com/questions/12559929/resolving-tree-conflict
Nginx Apache 2 and subversion 502 Bad Gateway error
The Problem I recently ran into this problem and couldn’t find any useful information on the net around fixing it. All subversion checkouts, commits and other basic operations work just fine, but when attempting to copy, move or tag (copy) I would get the below (502 Bad Gateway) error. greg@codemine:~/code/Foo …
Leggi tutto “Nginx Apache 2 and subversion 502 Bad Gateway error”
SVN: Ignore some directories recursively
As of subversion 1.8, there is now the svn:global-ignores property which works like svn:ignore but recursively (so set this on your top-level directory) alternatively : It is possible to ignore build and dist dirs by removing the directories from version control. The trick is to use the –keep-local option to leave the directory in …
HOWTO: Fix subversion error “working copy admin area is missing”
Occasionally subversion can get itself confused about what is and what is not in a working copy. This usually occurs if you have replaced the contents of a directory such as when you upgrade a component in Joomla! You receive a message such containing this: “working copy admin area is …
Leggi tutto “HOWTO: Fix subversion error “working copy admin area is missing””