hope you are using Spec :)On Apr 4, 2012, at 1:10 PM, Benjamin wrote:We are right now doing an experiment which consists in the rewrite of MCBrowser and friends.I hope we will get something cleaner and clearer :)BenOn Apr 4, 2012, at 12:55 PM, Guillermo Polito wrote:On Wed, Apr 4, 2012 at 3:25 AM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 22:57 schrieb Guillermo Polito:
problematic.
>
>
> On Tue, Apr 3, 2012 at 10:49 PM, Tobias Pape <Das.Linux@gmx.de> wrote:
>
> Am 2012-04-03 um 20:24 schrieb phil@highoctane.be:
>
> > And the version pushed will be +1 each time isn't it?
> >
> > How do I put the same version to two places?
>
> when you commit a version, you get a window with several options, eg,
> browse � diff� etc. The last is �copy�
> click on it and you can copy the very same version to
> different repos. This does not work with the �save� button in
> the working copy overview.
> �save� -> commit
> �copy� -> push.
>
> Hey, I'd vote for changing the buttons' labels!
for �save�, ok.
but �copy� is just that;
only the version selected gets transferred�
But it is not clear if it is copy to or copy from.
Also save may be commit & push, because it does that.
Introducing the terms from other tools like git/mercurial/svn may betray the origins of monticello, but It'll make it clearer to newcomers, and for me because I'm kind of stupid some times.
I'm now reading the context menu of repositories:
#(('Open repository' #openRepository)
('Edit repository info' #editRepository)
('Add to package...' #addRepositoryToPackage)
('Remove repository' #removeRepository)
('Load repositories' #loadRepositories)
('Save repositories' #saveRepositories)
('Flush cached versions' #flushAllCaches))
What does load repositories or save repositories, or flush cached versions mean?
Best
-tobias