Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » usvn - SVN for dummies (and me)
Re: usvn - SVN for dummies (and me) [message #26234 is a reply to message #17222] Fri, 16 April 2010 06:31 Go to previous messageGo to previous message
ktj9 is currently offline  ktj9
Messages: 17
Registered: April 2010
Promising Member
Having been playing with it for a day. Very handy! Just need a "Skip" functionality, so I can skip those I don't want to commit.
To do that, hacks that I made are:
Change to this in SvnSync ctor
	list.ColumnWidths("220 500 100");

Change to this in SvnSync::SyncList()
list.SetCtrl(ii, 0, revert.Add().SetLabel("Revert\n" + an + "\nSkip").NoWantFocus());

Change to this in SvnSync::DoSync()
	bool commit = false;
	while(l < list.GetCount()) {
		SvnWork w = works[repoi++];
		l++;
		String message;
		Value v0 = list.Get(l, 2);
		if (IsNumber(v0) && (int)v0==2){
			continue;
		}

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Scatter Control
Next Topic: Svg Painter
Goto Forum:
  


Current Time: Wed May 22 19:34:53 CEST 2024

Total time taken to generate the page: 0.02412 seconds