I am currently saving the SQL Dump of my db with every commit. However, the entire dump is saved every time and takes up a lot of space. Is there a way to set it so that subversion only saves the last, say, 5 commits of the .sql file?
Subversion is not intended to “forget” the story. Even the procedure for getting rid of any traces of a file in the Subversion repository usually brings the whole thing together and then runs it through a filter when re-importing it into a new repo.
, , ( ), , .
SVN . .
Source: https://habr.com/ru/post/1716877/More articles:Image compression in .NET. - c #mod_rails make: command not found - ruby-on-railsКак добавить объект в базу данных с помощью Linq to SQL? - c#Unity Container: используйте ContainerControlledLifetimeManager по умолчанию для группы методов "Resolve" - dependency-injectionConfiguring a root registrar using the Java Registration API - javaWhy can't we use Server.Transfer () to redirect to another server - asp.netOracle Data Type List - typesjavascript web charts - javascriptselect a file by clicking on the image? (not with browse button) - inputfunction to get an array of arbitrary type in C # - objectAll Articles