package com.perforce.common.label; import java.util.ArrayList; import java.util.List; public interface LabelInterface { public void setFrom(String fromPath, long fromRev); public String getFromPath(); public long getFromRev(); String getName(); String getOwner(); Long getDate(); void setAutomatic(boolean auto); boolean isAutomatic(); String getAutomatic(); String getDesc(); List<TagConvert> getTags(); void add(TagConvert tags) throws Exception; void addView(String view) throws Exception; public ArrayList<String> getView(); void submit() throws Exception; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 13876 | Paul Allen | Rename/move file(s) | ||
//guest/paul_allen/p4convert-maven/src/com/perforce/common/label/LabelInterface.java | |||||
#1 | 13873 | Paul Allen | Branching using p4convert-maven | ||
//guest/perforce_software/p4convert/src/com/perforce/common/label/LabelInterface.java | |||||
#4 | 11294 | Paul Allen |
SVN: Improved label support for Subversion tag of another tag, when one or both get converted to a Perforce label. TODO: add aditional unit tests. |
||
#3 | 11043 | Paul Allen |
SVN: Added View support for Automatic labels (Convert and Import mode) - Update view metadata in test case 118 |
||
#2 | 11018 | Paul Allen | SVN: Support automatic labels for IMPORT and CONVERT modes. | ||
#1 | 9807 | Paul Allen | Initial import of p4-convert (from change 894340) |