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

Re: Can not do autoimic commit for deleted forlder and modification in some other folders/ files.

From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Thu, 24 Nov 2011 02:27:52 -0600

On Nov 24, 2011, at 01:47, Sachin Deshpande wrote:

> I have perform following local operations
>
> changed Folder1’s property.
> Modified File1
> Deleted Folder2
>
> I would like to do the commit of following
> Property change in Folder1
> Deleted Folder2
>
> But don’t want to commit the changes done in File1.
>
> How can I do it with one svn commit command ( atomic commit ).

Save the modifications for File1 in a diff, or save a copy of File1
Revert the changes to File1
Commit Folder1 and Folder2
Apply the diff you saved to File1 (or restore the modified File1 from the copy you made)

Another possibility might be to use svnmucc to to the property change and the directory deletion.
Received on 2011-11-24 09:29:16 CET

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.