Re: [reSIProcate] Mess in the Subversion repository
Hi, there have been no responses to my message below - is it just too
minor for anyone to have been particularly interested in doing it so far?
Max Bowsher wrote:
> The reSIProcate Subversion repository currently looks rather messy -
> back in 2006 (r6457), someone seems to have committed the on-disk
> representation of an empty Subversion repository *into* the repository,
> in crazy recursive fashion.
>
> This is bad because:
> * It makes the repository more confusing for someone trying to
> understand what is there.
> * It just looks unkempt and silly.
>
> I suggest that a committer cleans out the junk:
>
> svn rm \
> -m "Delete spurious empty Subversion repository committed into the
> Subversion repository" \
> https://svn.resiprocate.org/rep/resiprocate/README.txt \
> https://svn.resiprocate.org/rep/resiprocate/conf \
> https://svn.resiprocate.org/rep/resiprocate/dav \
> https://svn.resiprocate.org/rep/resiprocate/db \
> https://svn.resiprocate.org/rep/resiprocate/format \
> https://svn.resiprocate.org/rep/resiprocate/hooks \
> https://svn.resiprocate.org/rep/resiprocate/locks
>
> Thanks,
> Max.