Hi there !
I am trying to cleanup my SVN history. Back in the beginning of the
project I started using SVN without the standard layout (trunk,
branches, tags parent dir). Now using svndumpfilter, I would like to
pretend that initial history [r1-1097] did happen within the trunk
directory. For th
Hi there,
I am looking for a way to send email after each commit for my SVN
server. There used to be page describing all options at:
http://subversion.tigris.org/links.html#misc-utils
I cannot find where this page moved.
Basically I am looking for a light solution (do not send the output
On Fri, Apr 2, 2010 at 12:57 PM, Andy Levy wrote:
> On Fri, Apr 2, 2010 at 04:45, Venkata Badipatla
> wrote:
>> Hi All,
>>
>>
>>
>> I need to create a dump file for the specific folders of the SVN repository.
>> Can anyone please help me out?
>>
>>
>>
>> Directory hierarchy of the SVN repository
Hi there,
After much struggle with svndumpfilter, I realize I did not
understand the errors reported. Instead I used svnsync to extract a
subdirectory of my original subversion server. What I would like now
is simplify the history and remove any empty revision.
Here is what I did (original ht