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.


Reply via email to