Re: Timeline view by checkin author

2012-04-13 Thread Chris Roberson
Hey Jack,

Thanks for the quick reply and I look forward to the update

Thanks,
Chris

On Thursday, April 12, 2012 9:42:11 AM UTC-4, Chris Roberson wrote:

 Hey guys,

 Is it possible to filter the Timeline view to only show checkins by a 
 certain author?

 If not, are there plans to support this down the line?

 Thanks,
 Chris


-- 
You received this message because you are subscribed to the Google Groups 
Versions group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/versions/-/wAyLENU5z44J.
To post to this group, send email to versions@googlegroups.com.
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en.



Timeline view by checkin author

2012-04-12 Thread Chris Roberson
Hey guys,

Is it possible to filter the Timeline view to only show checkins by a 
certain author?

If not, are there plans to support this down the line?

Thanks,
Chris

-- 
You received this message because you are subscribed to the Google Groups 
Versions group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/versions/-/elRIxaJuiu8J.
To post to this group, send email to versions@googlegroups.com.
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en.



Re: Integrating Versions with DiffMerge for 3 way merges

2011-11-28 Thread Chris Ozeroff
Thanks, Rick!

It is true that having two drop-downs would be a little ugly, and
perhaps not in the Mac idiom of minimalist GUI design. However, I
think that would actually be the best short-term idea.

1. Some developers I know (few of them, admittedly) actually prefer
different tools for diffs vs. 3-way merges. Dual drop downs would
allow you to make that distinction easily.
2. The 3-way drop down could auto-populate with the selection from the
other drop-down. I envision a checkbox above the second drop down
saying something like Use same program for 3-way merges. When the
checkbox is on (the default), the second drop-down is greyed out and
not changeable, and it will auto-populate to whatever you select via
the first one. If the first one does not support 3-way merges, then
the dropdown should say that. Selected comparison tool does not
support 3-way merging or something.
3. It's still pretty easy and at least it's consistent with the
comparison approach.
4. Most users of tools like this are not average computer users, they
are programmers or at least power users, so the complexity is less
intimidating to them.


Cheers,

Chris


On Nov 28, 8:29 am, Rick Fillion r...@blackpixel.com wrote:
 Hi Chris,

 Great post, I'm sure that'll help out a lot of people.

 I'm currently the lead dev on Versions, so I figured I'd take a crack at 
 answering the question of Why doesn't Black Pixel already have this in 
 there?

 The easy answer: we (Black Pixel) haven't done a release yet since getting 
 these apps from Sofa.  I've got a bug fix release that's just about ready to 
 roll out.  Give us a bit of time and we'll try to impress you. :)

 That's not a very good answer though.  Since I never worked at Sofa, I can't 
 give you a definitive answer for why this feature isn't present in Versions.  
 My gut feeling is that because not all diff'ing apps support 3-way merge, it 
 might be non-trivial to generalize that in a way that won't confuse users.  
 Having one drop down for what diff tool would you like and another for 
 what merge tool would you like for cases where the 3rd party diff tool 
 doesn't support 3-way merge, well that's a little messy for the user.

 The fact is, I don't know why this feature isn't currently present.  I'll 
 take this as a feature request, and we'll see what we can do about that in a 
 future version.

 Cheers.

 Rick Fillion
 Black Pixel

 On 2011-11-27, at 11:10 PM, Chris Ozeroff wrote:







  Hey everyone,

  For those of you interested in custom scripts for Versions, I created
  a simple app to make it easier to launch a 3-way merge in DiffMerge
  from Versions. See my blog post here:

 http://chrisnchris.wordpress.com/2011/11/22/3-way-merging-using-versi...

  And to Black Pixel: Why isn't 3-way merge integration with popular
  diff tools supported inside the app? Or did I miss where to set that?

  Cheers,

  Chris

  --
  You received this message because you are subscribed to the Google Groups 
  Versions group.
  To post to this group, send email to versions@googlegroups.com.
  To unsubscribe from this group, send email to 
  versions+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://groups.google.com/group/versions?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com.
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en.



Integrating Versions with DiffMerge for 3 way merges

2011-11-27 Thread Chris Ozeroff
Hey everyone,

For those of you interested in custom scripts for Versions, I created
a simple app to make it easier to launch a 3-way merge in DiffMerge
from Versions. See my blog post here:

http://chrisnchris.wordpress.com/2011/11/22/3-way-merging-using-versions-and-diffmerge/

And to Black Pixel: Why isn't 3-way merge integration with popular
diff tools supported inside the app? Or did I miss where to set that?


Cheers,

Chris

-- 
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com.
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en.



Re: Sparse checkout support?

2010-04-04 Thread Chris
Thanks! That's good info. I've already learned to ignore those bubbles
anyway since they don't work with externals. Here's to hoping these
little issues will get fixed one day :)

On Apr 1, 4:46 pm, Daniel Dickison danieldicki...@gmail.com wrote:
 I've been doing this for a while, and it works fine with Versions.
 The only problem I've found is that the change count bubble in the
 sidebar will tally up remote changes in subdirectories that are beyond
 the scope of the sparse directory.

 On Mar 31, 9:00 pm, Chris funt...@gmail.com wrote:

  I understand that I won't be able to perform a sparse checkout from
  Versions, but before I mangle my working copy, if I do depth level
  checkouts with the command line and then bookmark the working copy in
  Versions, will it update and navigate correctly?

-- 
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versi...@googlegroups.com.
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en.



Sparse checkout support?

2010-03-31 Thread Chris
I understand that I won't be able to perform a sparse checkout from
Versions, but before I mangle my working copy, if I do depth level
checkouts with the command line and then bookmark the working copy in
Versions, will it update and navigate correctly?

-- 
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versi...@googlegroups.com.
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en.



Re: Sourceforge

2009-11-30 Thread Chris
you are mixing your version control systems. Look for the 'SVN', not the CVS
instructions.

On Sat, Nov 28, 2009 at 10:02 AM, Dennis Kleine 
dk.theartifi...@googlemail.com wrote:

 Hi there,

 i am new at versions and trying to get a sourceforge repository
 working in versions.

 Patterns like: pserver:anonym...@project.cvs.sourceforge.net:/cvsroot/
 project
 Don't work!

 It is not possible to import sourceforge projects?

 Does anybody know how this work?

 Best regards
 TheArtificer

 --

 You received this message because you are subscribed to the Google Groups
 Versions group.
 To post to this group, send email to versi...@googlegroups.com.
 To unsubscribe from this group, send email to
 versions+unsubscr...@googlegroups.comversions%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/versions?hl=en.




--

You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versi...@googlegroups.com.
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en.




url link support in timeline view

2009-11-11 Thread Chris

I saw some postings from about a year ago in reference to requesting
url link support in timeline view.  has there been any further
discussions on this?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Re: FileMerge not found?

2009-05-21 Thread Chris Williams

This worked perfectly! Thanks for the help..

On Apr 28, 3:42 pm, Dirk Stoop d...@madebysofa.com wrote:
 Hi Chris,

 Short version: run sudo xcode-select -switch /Developer in a
 Terminal.  That should fix it. (fingers crossed)

 Long version:

 Versions uses the opendiff command-line tool – also part of a
 default Developer tools installation – to launch FileMerge.

 Normally when you install the developer tools, a shell script, also
 aptly named opendiff is installed at /usr/bin/opendiff.  The sole
 purpose of that shell script is to somehow figure out where the real
 opendiff command-line tool is located (normally at /Developer/usr/bin/
 opendiff).  The opendiff shell script uses yet another command-line
 utility that's included with Xcode, xcode-select (also used to
 switch between different Xcode installations on one Mac) to do this.
 This opendiff script is the thing Versions tries to execute when you
 use FileMerge, if it does not exist, Versions looks in the most likely
 spot for the real opendiff command.

 I bet that if you open up a Terminal window on your Mac and run xcode-
 select -print-path, it will print out /Developer3.0.

 If that's indeed what you get, run sudo xcode-select -switch /
 Developer and everything should be fine, including the functionality
 of any other parts of the Developer tools or third-party apps that
 depend on this xcode-path to be set correctly.

 If I'm wrong, let me know, and we'll keep on looking. :)

 Cheers,
 - Dirk

 On Apr 27, 8:53 pm, Chris Williams chriswilli...@gmail.com wrote:



  I'm not quite sure what's going on but Versions is complaining that it
  can't find FileMerge: FileMerge Error - The FileMerge application
  could not be located. Please install Xcdoe Tools from the Apple
  Developer website. I actually already have FM installed and can run
  it stand-alone. It's located in /Developer/Applications/Utilities
  which I believe is the default location.

  One other clue that might help explain is that I originally had Xcode
  installed in another directory: /Developer3.0. I've since moved
  everything so it should be back to the defaults that Versions is
  looking for..

  Any ideas? Should I trash my preferences or something?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



FileMerge not found?

2009-04-27 Thread Chris Williams

I've got a problem with the way Versions interacts with FileMerge. I'm
getting an error when I try to do a diff that says: The FileMerge
application could not be located. Please install Xcode Tools from the
Apple Developer website. I can launch and run FileMerge manually and
it's located in /Developer/Applications/Utilities/ which is the
default location. This might be because I used to have FileMerge
installed in /Developer3/... but I've since moved my developer tools
into the default location. Versions might've tried it once and hasn't
worked since? Is there any way to change where Versions points to
FileMerge? Is it just the preferences file?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



New Actions for Bookmark popup menu

2009-04-22 Thread Chris Bartling

Can Update and Commit be added to the Bookmark popup menu?  It's a
pain to select the bookmark and have to click the Update or Commit
button at the top of the window in the toolbar.  I'm constantly right-
clicking for the menu only to get bookmark editing menu items.

-- chris --

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Re: Current state of the application

2009-03-13 Thread Chris

Thanks for the information, it's appreciated, and I'm sure we're all
eagerly awaiting the update!  Think of this group as a progress bar,
you don't really need it in your application, but nudging it forward
occasionally keeps people happy :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Someone Stole Your Logo!

2009-02-09 Thread Chris

Unless one of the devs did it :)

http://psdtuts.com/tutorials/drawing/create-a-poster-illustration-with-floating-floral-elements/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Re: Another vote for branch/tag/merge

2009-01-13 Thread Chris Stewart

Chalk up another who would like to see this functionality in Versions.

Chris

On Nov 24 2008, 11:20 am, Al someotherl...@gmail.com wrote:
 I use Eclipse for merging from our trunk.

 On Oct 22, 10:47 am, Kilian Hann kilian.h...@googlemail.com wrote:

  +1
  Is there any client for mac which supports this?
  Or what are the alternatives (even a completely different repository  
  layout) to support different branches?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Little niggle

2008-12-12 Thread Chris
I think the 'hide inspector' would make more sense under the 'View' menu.
Looked first for it there, was surprised to find it in file. Just my two
cents, and thanks for a great product :)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Deleting Checkouts Doesn't Actually Delete

2008-11-18 Thread Chris

One thing I would alter in the UX is when you checkout from a
repository it creates a holder in Versions - no problem there.  But
when you go to delete the bookmark it doesn't prompt or actually
delete the files.  Maybe you can do something similar to iTunes when
deleting in the program it prompts you to delete, but then it asks you
if you want to keep the files or not.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Creating/Applying Patches

2008-11-18 Thread Chris

One glaring omission I see is that with TortoiseSVN you can create/
apply patches. This is essential when working on large projects where
you don't have commit privileges (for me WordPress is such an example).
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Expiration

2008-11-16 Thread Chris

My Versions tells me I have 5 days left in the beta. I know I want
this one over Cornerstone so where can I purchase a license?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Re: Expiration

2008-11-16 Thread Chris



On Nov 16, 2:25 pm, Dirk Stoop [EMAIL PROTECTED] wrote:
 Hi Chris,

 You'll be able to buy Versions onwww.versionsapp.compretty soon.
 There will be a new version that doesn't expire within the five days
 that are left in the current beta.

 All the best,
 Dirk


How much will it be? Hopefully cheaper than the $69 cornerstone wants.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Extern bug

2008-11-10 Thread Chris

Each release improves extern support, and the latest gets closer! In
the latest release I am unable to get commits to happen from a
directory that contains an extern. For example, the structure is:

- Application
-- Engine (extern)

If I make changes in Engine and Application, I want to commit them
together. However, if I commit Application, I get errors when Versions
encounters the changes in Engine. Right now I have to commit Engine
first, then separately commit Application.

Thanks, keep up the good work!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---