Hi
We have a repo with lots of svn:externals that looks like this
^tags/x/y z
Each time one executes a svn up or svn status it takes a very long time
to complete. The reason is that for each such external a new svnserve if
started on the server.
The ^tags/x/y externals are relative to the repo s
I am unable to get svndumpfilter to recognize the dir /tags/tuappl02a-r12a-3,
doing:
svnadmin --quiet dump /usr/local/src/fpga-repo/TM-3000 | svndumpfilter
--drop-empty-revs --skip-missing-merge-sources --renumber-revs --quiet include
tags/tuappl02a-r12a-3 | grep tuappl02a-r12a-3
yields nothi
We are using subversion to manage our autotools based SW and we have some
dependency problems.
When we modify some autotools file like configure.ac and regenerate configure
and friends some files are rewritten such as aclocal.m4 but there is no change
in the file contents. When committing, these