Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Archive old files

Tags:

svn

I am new to SVN. I have a lot of old, unused files that I want to archive or copy to a different repository or directory. How can I archive these files and keep the history of their revisions?

like image 468
Victor Avatar asked Feb 16 '26 14:02

Victor


1 Answers

  • svn move if you want them in a different directory. You can sill access the file's history.
  • svn delete if you want some kind of archive. It's there in the older revision but they're gone in newer ones. Of course, the file's history is untouched.
like image 147
Joey Avatar answered Feb 18 '26 06:02

Joey



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!