This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 84715

Summary: Provide support for all svn keywords.
Product: versioncontrol Reporter: Peter Pis <ppis>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: mschovanek
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Pis 2006-09-12 16:01:08 UTC
svn:keywords property can be set to:

 * "Date" or "LastChangedDate"
 * "Revision" or "LastChangedRevision" or "Rev"
 * "Author" or "LastChangedBy"
 * "HeadURL" or "URL"
 * "Id"

Not all of them are currently supported.
Comment 1 Tomas Stupka 2006-09-12 16:23:20 UTC
fixed in trunk

Checking in WorkingCopyDetails.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/parser/WorkingCopyDetails.java,v
 <--  WorkingCopyDetails.java
new revision: 1.8; previous revision: 1.7
done
Comment 2 Peter Pis 2006-09-12 19:21:40 UTC
If "Rev" or "URL" keywords are used, file is treated as modified -> Reopen. 
Comment 3 Tomas Stupka 2006-09-12 20:18:57 UTC
fixed in trunk
Checking in WorkingCopyDetails.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/parser/WorkingCopyDetails.java,v
 <--  WorkingCopyDetails.java
new revision: 1.9; previous revision: 1.8
done
Comment 4 Peter Pis 2006-09-13 09:54:56 UTC
Verified in trunk.
Comment 5 Maros Sandor 2006-09-14 13:11:32 UTC
I have reviewed the fix and found it OK.
Comment 6 Peter Pis 2006-09-18 15:32:38 UTC
Verified.
Comment 7 Tomas Stupka 2006-09-18 16:30:00 UTC
merged into 5.5

Checking in WorkingCopyDetails.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/parser/WorkingCopyDetails.java,v
 <--  WorkingCopyDetails.java
new revision: 1.1.2.8; previous revision: 1.1.2.7
done