crash on "compare diff"

2009-12-23 Thread SC
i don't have Xcode installed on my mac neither any other compare apps,
but it crashes which doesn't make sense.

--

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: dot file Lock Hell

2009-12-23 Thread veddermatic
It's amazing that you can stare at something for so long and someone
else can see the obvious in 15 seconds. =)

Worked like a charm, thanks.

-vedder

On Dec 23, 2:58 pm, Dirk Stoop  wrote:
> Hi veddermatic,
>
> Any chance that the filesystem on that NAS volume is case-sensitive?
>
> When I look at the output you posted, the “s”-es in “settings” are
> lowercase in all of the file names in the error message, and uppercase
> in the directory listing.  Also, while both of these:
>
> “._button_apply323Settings.gif.svn-work*”
> “button_advanced323settings.gif.svn-work*”
>
> exist in the props directory, I don't see a file named:
>
> “._button_advanced323settings.gif.svn-work”
>
> Can you let me know which protocol you're using to access the NAS
> volume from your Mac? (SMB, AFS, NFS?)  There might be some known
> problem with case-sensitivity and the protocol you're using, but
> that's just a wild guess on my behalf -- it may not even be related to
> the trouble you're experiencing.
>
> The easiest way to fix this probably goes like this:
>
> 1. Temporarily move anything with uncommitted changes you want to keep
> elsewhere (outside of your working copy)
> 2. Delete the “buttons” directory from your working copy (Finder
> delete, not svn delete)
> 3. Update your working copy
> 4. Place those files you set aside back and commit your changes
>
> Note that if anything you moved out of the way is actually a folder,
> you'll have to delete the “.svn” folder that's in there before you add
> it back to the working copy, to avoid confusing SVN..
>
> Good luck and let me know how it works out,
> - Dirk
>
> the Versions team
>
> On Dec 23, 8:44 pm, veddermatic  wrote:
>
>
>
> > I accidentally added a "dot file" that OS X threw on the NAS volume I
> > have a repository checked out on, and now I'm stuck in lock hell.
>
> > Running 'Cleanup Working Copy Lock On...' gives me this error:
>
> > =
> > In directory '/Volumes/share/misc/prjk_branch_55/gui/img/buttons'
> > Error processing command 'committed' in '/Volumes/share/misc/
> > prjk_branch_55/gui/img/buttons'
> > Can't move '/Volumes/share/misc/prjk_branch_55/gui/img/buttons/.svn/
> > props/._button_advanced323settings.gif.svn-work' to '/Volumes/share/
> > misc/prjk_branch_55/gui/img/buttons/.svn/prop-
> > base/._button_advanced323settings.gif.svn-base': No such file or
> > directory
>
> > 
>
> > However, we can see:
>
> > ===
> > macbook-2:.svn vedder$ pwd
> > /Volumes/share/misc/prjk_branch_55/gui/img/buttons/.svn
> > macbook-2:.svn vedder$ ls -al props/
> > total 68
> > drwx--  1 vedder  vedder  16384 Dec 23 14:22 ./
> > drwx--  1 vedder  vedder  16384 Dec 23 14:12 ../
> > -rwx--  1 vedder  vedder     79 Dec 23
> > 14:22 ._button_apply323Settings.gif.svn-work*
> > -rwx--  1 vedder  vedder     79 Dec 23 13:54
> > button_advanced323settings.gif.svn-work*
> > macbook-2:.svn vedder$
> > 
>
> > Said file is in fact there.
>
> > OS X's command line svn is at 1.4.3, so I can't command line it
> > (although I'm using MacPorts to upgrade now) but was wondering if
> > there was some secret mojo to fix this from within Versions.  This
> > will teach me to be more careful in what click on when adding files =)

--

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: Problem: Google Code SSL certificates - Reopened

2009-12-23 Thread Dirk Stoop
Same here,

The good people at Google Code say that a new cert has been issued two
days ago, so seeing those dialogs once more is expected.  I'm hoping
they'll stop popping up in a day or so.

The last time they fixed this was on thxgiving, so I'm crossing my
fingers for an xmas fix. ;)

- Dirk

the Versions team

On Dec 23, 2:32 pm, jared  wrote:
> after another couple weeks without the problem, it has cropped up
> again, starting last night. :(

--

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: dot file Lock Hell

2009-12-23 Thread Dirk Stoop
Hi veddermatic,

Any chance that the filesystem on that NAS volume is case-sensitive?

When I look at the output you posted, the “s”-es in “settings” are
lowercase in all of the file names in the error message, and uppercase
in the directory listing.  Also, while both of these:

“._button_apply323Settings.gif.svn-work*”
“button_advanced323settings.gif.svn-work*”

exist in the props directory, I don't see a file named:

“._button_advanced323settings.gif.svn-work”

Can you let me know which protocol you're using to access the NAS
volume from your Mac? (SMB, AFS, NFS?)  There might be some known
problem with case-sensitivity and the protocol you're using, but
that's just a wild guess on my behalf -- it may not even be related to
the trouble you're experiencing.

The easiest way to fix this probably goes like this:

1. Temporarily move anything with uncommitted changes you want to keep
elsewhere (outside of your working copy)
2. Delete the “buttons” directory from your working copy (Finder
delete, not svn delete)
3. Update your working copy
4. Place those files you set aside back and commit your changes

Note that if anything you moved out of the way is actually a folder,
you'll have to delete the “.svn” folder that's in there before you add
it back to the working copy, to avoid confusing SVN..

Good luck and let me know how it works out,
- Dirk

the Versions team

On Dec 23, 8:44 pm, veddermatic  wrote:
> I accidentally added a "dot file" that OS X threw on the NAS volume I
> have a repository checked out on, and now I'm stuck in lock hell.
>
> Running 'Cleanup Working Copy Lock On...' gives me this error:
>
> =
> In directory '/Volumes/share/misc/prjk_branch_55/gui/img/buttons'
> Error processing command 'committed' in '/Volumes/share/misc/
> prjk_branch_55/gui/img/buttons'
> Can't move '/Volumes/share/misc/prjk_branch_55/gui/img/buttons/.svn/
> props/._button_advanced323settings.gif.svn-work' to '/Volumes/share/
> misc/prjk_branch_55/gui/img/buttons/.svn/prop-
> base/._button_advanced323settings.gif.svn-base': No such file or
> directory
>
> 
>
> However, we can see:
>
> ===
> macbook-2:.svn vedder$ pwd
> /Volumes/share/misc/prjk_branch_55/gui/img/buttons/.svn
> macbook-2:.svn vedder$ ls -al props/
> total 68
> drwx--  1 vedder  vedder  16384 Dec 23 14:22 ./
> drwx--  1 vedder  vedder  16384 Dec 23 14:12 ../
> -rwx--  1 vedder  vedder     79 Dec 23
> 14:22 ._button_apply323Settings.gif.svn-work*
> -rwx--  1 vedder  vedder     79 Dec 23 13:54
> button_advanced323settings.gif.svn-work*
> macbook-2:.svn vedder$
> 
>
> Said file is in fact there.
>
> OS X's command line svn is at 1.4.3, so I can't command line it
> (although I'm using MacPorts to upgrade now) but was wondering if
> there was some secret mojo to fix this from within Versions.  This
> will teach me to be more careful in what click on when adding files =)

--

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.




dot file Lock Hell

2009-12-23 Thread veddermatic
I accidentally added a "dot file" that OS X threw on the NAS volume I
have a repository checked out on, and now I'm stuck in lock hell.

Running 'Cleanup Working Copy Lock On...' gives me this error:

=
In directory '/Volumes/share/misc/prjk_branch_55/gui/img/buttons'
Error processing command 'committed' in '/Volumes/share/misc/
prjk_branch_55/gui/img/buttons'
Can't move '/Volumes/share/misc/prjk_branch_55/gui/img/buttons/.svn/
props/._button_advanced323settings.gif.svn-work' to '/Volumes/share/
misc/prjk_branch_55/gui/img/buttons/.svn/prop-
base/._button_advanced323settings.gif.svn-base': No such file or
directory



However, we can see:

===
macbook-2:.svn vedder$ pwd
/Volumes/share/misc/prjk_branch_55/gui/img/buttons/.svn
macbook-2:.svn vedder$ ls -al props/
total 68
drwx--  1 vedder  vedder  16384 Dec 23 14:22 ./
drwx--  1 vedder  vedder  16384 Dec 23 14:12 ../
-rwx--  1 vedder  vedder 79 Dec 23
14:22 ._button_apply323Settings.gif.svn-work*
-rwx--  1 vedder  vedder 79 Dec 23 13:54
button_advanced323settings.gif.svn-work*
macbook-2:.svn vedder$


Said file is in fact there.

OS X's command line svn is at 1.4.3, so I can't command line it
(although I'm using MacPorts to upgrade now) but was wondering if
there was some secret mojo to fix this from within Versions.  This
will teach me to be more careful in what click on when adding files =)

--

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: Problem: Google Code SSL certificates - Reopened

2009-12-23 Thread jared
after another couple weeks without the problem, it has cropped up
again, starting last night. :(

--

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.




20% Discount on Versions

2009-12-23 Thread Dirk Stoop
Hi everybody,

To celebrate a great 2009, we're running a special end-of-year promo
on Versions.

If you go to versionsapp.com and click on the discount banner, or on
the “Buy” link at the top of the page, you'll automatically get 20%
off. The promo runs until January 2nd.

I'll include the word "coupon" in this post, so that people who are
searching for a coupon code have a good chance of running into it.

Thanks and happy holidays!
- Dirk

the Versions team

--

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.