Searched defs:branch (Results 1 - 6 of 6) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DCVSRepository.java61 private String branch = null; field in class:CVSRepository
177 branch = line.substring(1);
193 if (isBranch.equals(Boolean.TRUE) && branch != null && !branch.isEmpty()) {
194 // Just generate THIS branch history, we don't care about the other
196 cmd.add("-r" + branch);
198 // Get revisions on this branch only (otherwise the revisions
H A DRepositoryInfo.java44 protected String branch; field in class:RepositoryInfo
61 this.branch = orig.branch;
166 return branch;
169 public void setBranch(String branch) { argument
170 this.branch = branch;
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.java115 branch(arc);
183 final public void branch(Archive arc) throws ParseException { method in class:ArchiveParser
H A DVersion.java144 } // allow a .0 ending only in branch revisions
381 protected void __addBranch(Integer branch) argument
383 __addBranch(branch.intValue());
386 protected void __addBranch(int branch) argument
390 newnum[numbers.length] = branch;
394 public Version newBranch(int branch) argument
398 newnum[numbers.length] = branch;
H A DArchive.java157 protected Version branch; field in class:Archive
309 * Set the active branch to the one identified by the given version number.
320 * Set the active branch to the one identified by the given version number.
333 branch = vernum;
627 * The revision will be the tip of the branch identified as
628 * active, or the head revision of the trunk if no branch is set
635 if (branch != null)
637 return getRevisionVersion(branch);
668 if (branch != null)
670 s.append("branch\
[all...]
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 573 milliseconds