Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » B3 » branches concrete syntax
branches concrete syntax [message #605977] Fri, 23 April 2010 16:23
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Hi,
After more discussions what needs to be specified around repositories,
fetching, updates, branches etc. I think we have a proposal that works.

Here are some syntax samples:

repositories {
svn myrepo {
remote "svn+ssh://somewhere.org/myrepo";
branches "maintenance-3.5", main tag "release3";
}
svn a.and.b.repo {
remote "...";
branches main exclude "b/*", experiment exclude "a/*";
}
svn myOtherRepo {
remote "...";
branches fix12345 merge, main;
}

Regards
- henrik
Previous Topic:in search for a term - opinions wanted
Next Topic:in search for a term - opinions wanted
Goto Forum:
  


Current Time: Tue Apr 23 12:37:05 GMT 2024

Powered by FUDForum. Page generated in 0.04089 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top