Community
Participate
Working Groups
}
String root = split[2];
StringBuffer buffer = new StringBuffer();
buffer.append("scm:cvs:"); //$NON-NLS-1$
buffer.append("scm:cvs"); //$NON-NLS-1$
buffer.append(sep);
buffer.append(protocol);
buffer.append(':');
buffer.append(host);
buffer.append(root);
buffer.append(module);
Path modulePath = new Path(module);
if (!modulePath.lastSegment().equals(projectName)) {
buffer.append(";project="); //$NON-NLS-1$
buffer.append(";project=\""); //$NON-NLS-1$
buffer.append(projectName);
buffer.append('"');
if (tagName != null) {