properties - commiting only the property change of a folder not the modified files inside it using svn commit -


Hi I only want to own the property of that folder which is not a local file modified.

When I'm using svn committed then it is also reducing the modified files. Please tell me how to get it

this

Thanks

If you select svn propset (list) Folder / help by adding):

  Svn propset svn: ignore help  

when svn commit is running - Deep flag can be used:

  svn ci --depth = immediates  

This will skip the amendments made to the file. You can also play with other values ​​for - Depth . According to UPDATE

- Depth = immediately the scope of the campaign target and any immediate child . Therefore, it is better to use

  svn ci --depth = empty modified_target_folder  

which limits the scope of operation to the specified goal only.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -