On Feb 9, 2013, at 09:33, Nico Kadel-Garcia wrote:
> Can you do an "svnadmin dump" and strip the contents to remove
> all the "svn:mime-types" property wsettings, then use "svnadmin load"
> to create a new repository without those settings? There'd be a
> certain finite chance I recognize that
On Sat, Feb 9, 2013 at 11:45 AM, Kevin O. Grover wrote:
> Another tool you might look into is:
>
> reposurgeon: http://www.catb.org/esr/reposurgeon/
>
> I have not used it yet, but it seems promising. It is under active
> development.
What an interesting tool!
I'll publish some SRPM hooks for R
Another tool you might look into is:
reposurgeon: http://www.catb.org/esr/reposurgeon/
I have not used it yet, but it seems promising. It is under active
development.
On Sat, Feb 9, 2013 at 5:50 AM, Ryan Schmidt <
subversion-20...@ryandesign.com> wrote:
>
> On Feb 9, 2013, at 07:48, Cicik wr
On Sat, Feb 9, 2013 at 9:27 AM, Cicik wrote:
> Hi,
> I need to remove properties from history because we started to use this
> tool(http://www.atlassian.com/software/crucible/) and all files in our
> repository have mime-type: application/octet stream(fisheye treats files as
> binary), so we do no
Hi,
I need to remove properties from history because we started to use this
tool(http://www.atlassian.com/software/crucible/) and all files in our
repository have mime-type: application/octet stream(fisheye treats files as
binary), so we do not see codes, code change history, we can not do
revi
Guten Tag Cicik,
am Samstag, 9. Februar 2013 um 14:48 schrieben Sie:
> how can I remove svn property(svn:mime-type) from all files in
> repository
Look at svn help propdel and especially the -R parameter, depending on
the size of your repo, your OS etc. you can even simply select all
files and ch
On Feb 9, 2013, at 07:48, Cicik wrote:
> how can I remove svn property(svn:mime-type) from all files in repository
> and from history(bad set up at beginning). Please help me it is very
> important for me.
If you want to rewrite the history of your repository, then using a tool like
svndumpto