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 - Provide support for all svn keywords.
Summary: Provide support for all svn keywords.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 16:01 UTC by Peter Pis
Modified: 2006-10-23 16:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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