SVN – Safety of Zipping/Tarring Hotcopied SVN Repositories

backupcompressionsvntar

We want to store our backups of our svn repositories as a flat file. We'd like to tar/zip the whole hotcopied directory. I know that we could dump it to a flat file but let's pretend that we'd rather use hotcopy instead. Are there any gotchas (i.e. byte-order caveats) with zipping/tarring svn repositories?

Best Answer

SVN repositories are simply files in a directory structure. So the short answer is yes, it is safe !