NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
futhark77
Joined: 25 Sep 2009 Posts: 16
|
Posted: Thu Oct 01, 2009 9:28 pm Post subject: SVN keywords Author and Revision not working? |
|
|
Hello,
I have configured svn:keywords to "Revision HeadURL Date Author". When checking out my files, only $HeadURL$ and $Date$ are replaced. $Revision$ and $Author$ are left unmodified. Can anyone tell me why this is happening?
I have installed the svn 1.5 bundle in NB 6.5.1.
Thank you. |
|
| Back to top |
|
 |
futhark77
Joined: 25 Sep 2009 Posts: 16
|
Posted: Thu Oct 01, 2009 9:33 pm Post subject: |
|
|
Just found the answer. In my config file, I had defined the following:
| Code: |
svn:keywords="Revision HeadURL Date Author"
|
The double quote was considered to be part of the first and last keywords. It works better like this:
| Code: |
svn:keywords=Revision HeadURL Date Author
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|