This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Subversion properties lost when renaming new file #140
Open
Description
SD-1539, originally created on 5/9/2009 22:17:39 by Matt Ward
To reproduce:
Prerequisites - Subversion properties file set to add svn:keywords
Revision to new files.
- Open a project that is in Subversion (e.g. SharpDevelop).
- Using the project browser add a new file.
- Check properties of the file from the command line using svn
proplist filenname, and svn propedit svn:keywords filename. See Revision
has been added to the svn:keywords property. - In the project browser rename the file.
- Check svn proplist for the new file or svn propedit svn:keywords
Expected result:
See svn:keywords and the Revision keyword is added.
Actual result:
The Revision keyword is gone and the svn:keywords property no longer
exists.