RE: Re: script to commit all unversioned/modified files in tree
From: Méresse Christophe <christophe.meresse_at_nagra.com>
Date: 2007-04-20 13:52:30 CEST
> > svn add --force <root_of_the_worskpace> svn commit
Yes, for *versioned* modified files, the 'svn commit <root_of_the_worskpace> -m "a comment"' would be sufficient.
> I can see the need for scripted adds, and this seems safe
The 'svn add --force <root_of_the_worskpace>' is there to deal with the new files (i mean added without the svn command).
Svn can report it with "svn status" with a ! (exclamation mark) before the file. And yes you will not have the information you mention (who and when).
I'm not exactly sure that I have really answered to your questions... ?
Regards
---------------------------------------------------------------------
|
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.