All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.savana.scripts.CreateUserBranch Maven / Gradle / Ivy

Go to download

Savana augments the capabilities of the Subversion version control system by adding the notion of Transactional Workspaces. Transactional Workspaces are, in Subversion terms, branches that are aware of the branch (or trunk) from which they were created.

The newest version!
/*
 * Savana - Transactional Workspaces for Subversion
 * Copyright (C) 2006-2009  Bazaarvoice Inc.
 * 

* This file is part of Savana. *

* This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 3 * of the License, or (at your option) any later version. *

* This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. *

* You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Third party components of this software are provided or made available only subject * to their respective licenses. The relevant components and corresponding * licenses are listed in the "licenses" directory in this distribution. In any event, * the disclaimer of warranty and limitation of liability provision in this Agreement * will apply to all Software in this distribution. * * @author Brian Showers ([email protected]) * @author Bryon Jacob ([email protected]) * @author Shawn Smith ([email protected]) */ package org.codehaus.savana.scripts; public class CreateUserBranch extends CreateBranch { public CreateUserBranch() { super("createuserbranch", new String[]{"cb", "cub"}, true, true); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy