I don't know of a way to do that in Versions, but I believe that command-line 
svn will allow it. Type `svn help commit` in Terminal and look at the --depth 
option. I believe that "--depth empty" is the equivalent of "--non-recursive" 
(which is now obsolete).

http://stackoverflow.com/questions/2224814/commit-only-property-changes-on-root-of-repo-not-files

When committing from the command-line, don't specify a commit message with the 
-m option, and you'll have an opportunity to verify that only the directory 
itself will be committed.

Wish there was a nice way to accomplish this within Versions. A long-time-back 
feature request for per-line checkboxes in the commit sheet (like Eclipse SVN 
plugins have) would solve this (and other problems) nicely. (Hint, hint.)

Hope that helps,
 - Quinn

On Oct 11, 2010, at 9:00 AM, Robert Goldman wrote:

> How do I commit mods to only a directory?  E.g., if I edit the
> externals on a directory node, how do I commit just this modification,
> without picking up modifications in files and subdirectories?
> 
> Apologies if this is a FAQ...
> 
> Home > Versions workflow > Browse > Committing changes
> 
> is skimpy and has no links to more in-depth discussion....
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Versions" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/versions?hl=en.
> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to