On Mar 1, 2019, at 15:54, Denis Excoffier wrote:

> I have access to the source tree of some development project that is
> *not* under any version control system. I would like to build a
> minimal level of versioning by committing this source tree into
> Subversion at regular intervals, e.g. each day (automatically).
> 
> What would be the best strategy? I can figure out this one:
> 
> 1) Within the working copy, delete the existing tree (not svn delete)
> 2) Extract the new tree at the same place
> 3) Interpret the result of 'svn status' in terms of 'svn add' and
> 'svn delete' to apply on the working copy (details omitted here)
> 4) Commit

Another method to consider is the svn_load_dirs.pl script.

https://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svn_load_dirs/

Reply via email to