Re: Deletion of Branches(Folder and Files) from SVN server

2024-09-08 Thread Blake McBride
Same answer! On Sun, Sep 8, 2024 at 4:46 AM Nico Kadel-Garcia wrote: > On Fri, Sep 6, 2024 at 7:59 PM Blake McBride wrote: > > > > On Tue, Jul 9, 2024 at 6:42 AM Nico Kadel-Garcia > wrote: > >> > >> > >> There is a time where the "immutable history" becomes too expensive. > >> Spending skull

Re: Deletion of Branches(Folder and Files) from SVN server

2024-09-08 Thread Nico Kadel-Garcia
On Fri, Sep 6, 2024 at 7:59 PM Blake McBride wrote: > > On Tue, Jul 9, 2024 at 6:42 AM Nico Kadel-Garcia wrote: >> >> >> There is a time where the "immutable history" becomes too expensive. >> Spending skull sweat trying to work past the inability to delete >> obsolete branches or commits also be

Re: Deletion of Branches(Folder and Files) from SVN server

2024-09-06 Thread Blake McBride
On Tue, Jul 9, 2024 at 6:42 AM Nico Kadel-Garcia wrote: > > There is a time where the "immutable history" becomes too expensive. > Spending skull sweat trying to work past the inability to delete > obsolete branches or commits also becomes overwhelming. At some point, > at least with Subversion,

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-09 Thread Nico Kadel-Garcia
On Tue, Jul 9, 2024 at 6:13 AM Bo Berglund wrote: > > On Tue, 2 Jul 2024 20:39:12 +0530, Roshan Pardeshi > wrote: > > >We require to delete the branches(folder and files) from SVN server to > >release some space from disk as we are facing space crunch on disk in SVN > >server. > > Following this

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-09 Thread Bo Berglund
On Tue, 2 Jul 2024 20:39:12 +0530, Roshan Pardeshi wrote: >We require to delete the branches(folder and files) from SVN server to >release some space from disk as we are facing space crunch on disk in SVN >server. Following this discussion it seems like the best approach would be to buy yourself

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-09 Thread Andreas Stieger
Hello, On 2024-07-02 17:09, Roshan Pardeshi wrote: We require to delete the branches(folder and files) from SVN server to release some space from disk as we are facing space crunch on disk in SVN server. Please help on this as what command we should use to delete the branches(folder and files).

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-06 Thread Nico Kadel-Garcia
On Fri, Jul 5, 2024 at 9:29 AM Nathan Hartman wrote: > On Fri, Jul 5, 2024 at 6:59 AM Daniel Sahlberg < > daniel.l.sahlb...@gmail.com> wrote: > >> Den fre 5 juli 2024 kl 12:44 skrev Roshan Pardeshi < >> roshan.parde...@ncdex.com>: >> >>> Hello Nathan/ Team, >>> >>> Waitng for your revert on trail

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-05 Thread Nathan Hartman
On Fri, Jul 5, 2024 at 6:59 AM Daniel Sahlberg wrote: > Den fre 5 juli 2024 kl 12:44 skrev Roshan Pardeshi < > roshan.parde...@ncdex.com>: > >> Hello Nathan/ Team, >> >> Waitng for your revert on trail nail. >> > > The short answer is that you can't decrease the disk usage from the > repository.

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-05 Thread Daniel Sahlberg
Den fre 5 juli 2024 kl 12:44 skrev Roshan Pardeshi < roshan.parde...@ncdex.com>: > Hello Nathan/ Team, > > Waitng for your revert on trail nail. > The short answer is that you can't decrease the disk usage from the repository. The repository is immutable and you can't change history. A branch is

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-05 Thread Roshan Pardeshi
Hello Nathan/ Team, Waitng for your revert on trail nail. Regards, Roshan Pardeshi Senior Executive National Commodity & Derivatives Exchange L

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-03 Thread Lorenz via users
Hi, Roshan Pardeshi wrote: >Hello Nathan, > >Please find the inputs below inline. > >What version of Subversion is used on the server? *svn, version 1.7.14 >(r1542130)* > >How big is the repository? --- *1.5 TB* > >How many revisions in the repository? --- *Please confirm how to and

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-03 Thread Roshan Pardeshi
Hello Nathan, Please find the inputs below inline. What version of Subversion is used on the server? *svn, version 1.7.14 (r1542130)* How big is the repository? --- *1.5 TB* How many revisions in the repository? --- *Please confirm how to and where to find revisions in the reposit

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-02 Thread Nathan Hartman
On Tue, Jul 2, 2024 at 11:23 AM Roshan Pardeshi wrote: > Hello, > > We require to delete the branches(folder and files) from SVN server to > release some space from disk as we are facing space crunch on disk in SVN > server. > > Please help on this as what command we should use to delete the > br

Deletion of Branches(Folder and Files) from SVN server

2024-07-02 Thread Roshan Pardeshi
Hello, We require to delete the branches(folder and files) from SVN server to release some space from disk as we are facing space crunch on disk in SVN server. Please help on this as what command we should use to delete the branches(folder and files). We have used below command but its not workin