Comparing staging, production, etc.

2010-01-02 Thread stock1212
hey I am a bit of a newbie here - both with versions and subversion.

So, bare with me:

1. We have a staging folder and a production folder in trunk.
2. We have made multiple changes to staging.
3. What is the easiest way in versions to commit the staging changes
to production.  Or, at least compare staging to production folder
globally, view changed files in staging and commit files as needed to
production.

Thank you for the help.

--

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: Design Studio Workflow

2010-01-02 Thread Erica S.
I'll add my vote to PixelNovel's Timeline. It gives you a visual of
your changes as you work on your file. Though I'd go with Version Cue
if you also need Flash support as well. Both of these I have tried.

On Dec 21, 7:48 am, Cliff quicktim...@gmail.com wrote:
 I'm only just exploring Versions and SVN for my company. We are a
 design studio producing some web work, but mostly self-contained
 multimedia. We rely heavily on Flash and Photoshop. I've looked at the
 articles on SVN for designers and they seem to indicate that in a
 studio like our where files get passed around a lot Subversion could
 be a good way to go.

 Here's my problem. I have no idea what our workflow would look like. I
 get the impression that Version doesn't have the ability to lock/
 unlock files. Is that true? It would seem simplest to just lock the
 file while you work on it and unlock it when you put it back. Is
 anybody using Version or other version control in a design
 environment?

 Thanks,

 Cliff VanMeter
 Butler Graphics, Inc.

--

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.




Error in child process: exec of 'ssh' failed: No such file or directory

2010-01-02 Thread Bob Denny
I just bought Versions, and I am having problems with svn+ssh. I have
it all set up for command line access: I defined a tunnel for svn 'a2'
with the custom port (-p), my username (-l) on the remote server, and
my keyfile (-i), and it's working:

$ svn list svn+a2://svn.dc3.com/home/rbdenny/svn/astro/voevent
branches/
tags/
trunk/
Killed by signal 15. -- I know what this is, a bug in svn 1.5/1.6
that I wrestled with on Windows!

Note the 'svn+a2' - the 'a2' is the tunnel name I set up in .svn/
config.

If I cut and paste the URL 'svn+a2://svn.dc3.com/home/rbdenny/svn/
astro/voevent' into the Versions New Repository Bookmark window,
leaving Username and Password blank, it fails with the error message
'Error in child process: exec of 'ssh' failed: No such file or
directory'.

What's going on? It's almost like Versions can't find the ssh
executable. I am a relative newcomer, so please bear with me.

--

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: Error in child process: exec of 'ssh' failed: No such file or directory

2010-01-02 Thread Dirk Stoop
Hi Bob,

Welcome to the group.

Your hunch is correct, there's a known issue with Versions resolving
paths through the environment for anything listed in the .subversion/
config file. If you put the full path to the ssh executable (/usr/bin/
ssh) in there it should work as expected.

Let me know if that works :)
- Dirk

On Jan 2, 3:57 pm, Bob Denny dc3de...@gmail.com wrote:
 I just bought Versions, and I am having problems with svn+ssh. I have
 it all set up for command line access: I defined a tunnel for svn 'a2'
 with the custom port (-p), my username (-l) on the remote server, and
 my keyfile (-i), and it's working:

 $ svn list svn+a2://svn.dc3.com/home/rbdenny/svn/astro/voevent
 branches/
 tags/
 trunk/
 Killed by signal 15.     -- I know what this is, a bug in svn 1.5/1.6
 that I wrestled with on Windows!

 Note the 'svn+a2' - the 'a2' is the tunnel name I set up in .svn/
 config.

 If I cut and paste the URL 'svn+a2://svn.dc3.com/home/rbdenny/svn/
 astro/voevent' into the Versions New Repository Bookmark window,
 leaving Username and Password blank, it fails with the error message
 'Error in child process: exec of 'ssh' failed: No such file or
 directory'.

 What's going on? It's almost like Versions can't find the ssh
 executable. I am a relative newcomer, so please bear with me.

--

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.