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

/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/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.java115 branch(arc);
180 final public void branch(Archive arc) throws ParseException { method in class:ArchiveParser
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...]
/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 20 milliseconds