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

Re: howto ONLY commit a property of a directory?

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2006-12-29 23:13:09 CET

Kees Kuip wrote:
>
> I have a directory where I have done:
> bash> svn propedit svn:ignore .
>
> With that I changed a property of directory '.'
> In that directory there is also a file 'A.txt' that is changed but
> should not yet be committed.
>
> How can I now commit ONLY the property?
>
> If I do 'svn commit .' then also file A.txt is committed.
> Does anybody know this? I searched the manual but I couldn't find it.

Committing a directory is recursive by default; use -N to override.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 29 23:13:27 2006

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.