[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: script to commit all unversioned/modified files in tree

From: <hansbkk_at_gmail.com>
Date: 2007-04-20 13:16:36 CEST

On 4/20/07, Méresse Christophe <christophe.meresse@nagra.com> wrote:
> If it is just for modified or unversioned files (no rename or delete), why not just do:
>
> svn add --force <root_of_the_worskpace>
> svn commit <root_of_the_worskpace> -m "a comment"
>
> And you can put this in a crontab (unix/linux) or in the task scheduler (windows)
>
> Regards
> Christophe

My (very limited) understanding is that it's not necessary for
*versioned* modified files. Isn't that right?

I can see the need for scripted adds, and this seems safe enough,
understanding that "auto-tracking" moves and copies aren't possible as
per the FAQ.

What about non-svn deletions of versioned files - I assume svn will
notice and report, what important information would be missing - who
deleted them, exactly when, what else?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 20 13:16:55 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.