You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Fabian Cenedese <Ce...@indel.ch> on 2005/09/23 08:37:19 UTC

Re: question: Not archiving binaries, but just keeping the latest copy?

>>Can subversion be used in a mode, where it does not store different
>>versions of binaries (or files),  but just keeps the latest copy
>>available on server?
>
>No, it can not be used like that. The very idea of using subversion
>is to never loose any data, including each and every old version of
>a specific file or directory.

Don't know if that is a possible solution for you, but you can keep
e.g. a zipped version of your binary file in svn. Upon checkout the
file needs to be unzipped. Together with an 'ignore' on the unzipped
file you can change the unzipped file as much as you want. Only
if you zip the file the zipped file would be committed again. Actually
it doesn't even have to be zipped, just renamed. But if it's zipped
it makes it harder to accidentally change it. Of course this method
depends on if it's workable to have a file unzipped after checkout.

bye  Fabi



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org