Re: Accesing a server on a windows network

2008-11-19 Thread Mike Bishop
try file:/// notice the 3rd / -- michael bishop ASSOCIATE TECHNICAL DIRECTOR adamson 222 S. CENTRAL AVE. 6TH FLOOR ST. LOUIS, MO 63105 314.727.9500 ADAMSON-USA.COM Confidentiality Notice: The information contained in this email belongs to the sender, is confidential and may be leg

Re: SVN to live server

2008-10-27 Thread Mike Bishop
I think SHIFT+Drag should be export. Drag should just be check out. On Oct 27, 10:20 am, Thinsoldier <[EMAIL PROTECTED]> wrote: > I've requested that they make drag&drop out of Versions be an on-the- > flyexportcommand. That way we could simplydragfiles or folders > directly into a Transmit (ftp

Re: OS X Default Dir Behaviour is SVN NIGHTMARE

2008-10-27 Thread Mike Bishop
Sounds like you have an insane IT manager. Ask him exactly why .anything files are ruining his day. Sounds like he's just hating on kids for no real reason. That's absurd to have that strict a policy without providing you the framework to work around it. Version control should take precedence. H

Re: SVN to live server

2008-10-23 Thread Mike Bishop
The way we achieve this is through the post-commit hook. Our instance its in: /svn/reponame/hooks/ === Contents of post-commit === #!/bin/bash /usr/bin/svn update /var/www/domains/example.com/www/trunk === Notice the full path to SVN and the full path to where it's be

Re: post-commit hooks

2008-10-23 Thread Mike Bishop
Sorry for double post. On Oct 23, 11:19 am, Mike Bishop <[EMAIL PROTECTED]> wrote: > The way we achieve this is through the post-commit hook. > > Our instance its in: > > /svn/reponame/hooks/ > > === Contents of post-commit === > > #!/bin/bash > /usr/bin/svn

Re: SVN to live server

2008-10-23 Thread Mike Bishop
The way we achieve this is through the post-commit hook. Our instance its in: /svn/reponame/hooks/ === Contents of post-commit === #!/bin/bash /usr/bin/svn update /var/www/domains/example.com/www/trunk === Notice the full path to SVN and the full path to where it's b

post-commit hooks

2008-10-23 Thread Mike Bishop
The way we achieve this is through the post-commit hook. Our instance its in: /svn/reponame/hooks/ === Contents of post-commit === #!/bin/bash /usr/bin/svn update /var/www/domains/example.com/www/trunk === Notice the full path to SVN and the full path to where it's b

License?

2008-10-16 Thread Mike Bishop
I've looked all over the site. What will the license model be after it's out of beta? Is this going to be a free product? I am looking to roll this out on a bunch of Creative types who are afraid of terminal and don't like eclipse. --~--~-~--~~~---~--~~ You receive