[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: ZIP files multiple commit

From: Lübbe Onken <luebbe.tortoisesvn_at_gmail.com>
Date: Mon, 12 Jan 2015 09:20:38 +0100

2015-01-12 7:20 GMT+01:00 Thomas Permantier <tompermantier_at_gmail.com>:

> Hello,
>
> I’ve been using SVN for a while but I’ve only recently noticed that when I
> commit a zip file, then add a file to the zip and commit it again, both
> files are saved on the server and I can’t delete the old one.
>

Hi Tom,

subversion is a version control system and its purpose is that all versions
of all files that you have ever committed are available at all times. So
yes, you cannot delete the old file. You can get it out of sight if you
delete it, but the previous versions are still there. The only way to get
rid of old files is by using server side commands. This way you can
"rewrite the history" of your repository/server.

If you want to know how, read up on "svnadmin dump", "svndumpfilter" and
"svnadmin load".

Cheers
- Lübbe

--
Please help me get more space on Dropbox :)
https://www.dropbox.com/referrals/NTIwMzcxNjI5
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net  PGP Key ID 0x23F511AB
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3094037
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-01-12 09:20:48 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.