Searched refs:branch (Results 1 - 8 of 8) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DBranchNode.java61 * Represents a branch node in a version control archive.
68 * the next revision in the branch.
83 * revision on the same branch.
99 * Return the last (leaf) node in the branch this node belongs to.
169 Node branch = getBranch(vernum.at(this.version.size()));
170 if (branch != null || soft)
172 return branch;
H A DTrunkNode.java63 * Represents a node on the trunk or main branch of a version control Archive.
154 Node branch = getBranch(vernum.at(this.version.size()));
155 if (branch != null || soft)
157 return branch;
H A DVersion.java145 } // allow a .0 ending only in branch revisions
389 protected void __addBranch(Integer branch) argument
391 __addBranch(branch.intValue());
395 protected void __addBranch(int branch) argument
399 newnum[numbers.length] = branch;
404 public Version newBranch(int branch) argument
408 newnum[numbers.length] = branch;
H A DArchive.java160 protected Version branch; field in class:Archive
329 * Set the active branch to the one identified by the given version number.
341 * Set the active branch to the one identified by the given version number.
355 branch = vernum;
663 * The revision will be the tip of the branch identified as
664 * active, or the head revision of the trunk if no branch is set
671 if (branch != null)
673 return getRevisionVersion(branch);
705 if (branch != null)
707 s.append("branch\
[all...]
H A DArchiveParser.java115 branch(arc);
180 final public void branch(Archive arc) throws ParseException { method in class:ArchiveParser
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DCVSRepository.java121 private String branch=null; field in class:CVSRepository
153 branch = line.substring(1);
169 if (isBranch.equals(Boolean.TRUE) && branch!=null && !branch.isEmpty())
171 //just generate THIS branch history, we don't care about the other
173 cmd.add("-r"+branch);
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 22 milliseconds