Re: Help getting started...

2009-09-01 Thread sechilds
Welcome! You should be able to browse to the local repository that you created in /Library/Subversion/Repositories/SVNrep and it will do it for you. (The folder icon next to the location field.) For example, I have a local repository in my home directory, and this is what comes up when it's

modified invisible file?

2009-09-01 Thread eykanal
Howdy folks - I'm having a problem where svn seems to think that there is a modified file in my working directory, but there doesn't actually seem to be one present. Nothing shows up in the actual Versions gui, and when I use the terminal and type svn status I see the following: ~

Snow Leopard Support

2009-09-01 Thread Andrew Gehring
I'm getting ready to upgrade (install from scratch actually) Snow Leopard. What is the status of Versions on Snow Leopard? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Versions group. To post to this

Re: Snow Leopard Support

2009-09-01 Thread Quinn Taylor
On Sep 1, 2009, at 8:43 AM, Andrew Gehring wrote: I'm getting ready to upgrade (install from scratch actually) Snow Leopard. What is the status of Versions on Snow Leopard? Thanks! It worked for me even before their beta patch. See the original message below. - Quinn On Jul 30,

Re: modified invisible file?

2009-09-01 Thread Ray
This may be caused by setting a property on your working copy directory — the directory has been modified, and svn calls the root of the working copy .. -Ray On Tue, Sep 1, 2009 at 11:11 AM, eykanal eyka...@gmail.com wrote: Howdy folks - I'm having a problem where svn seems to think that

Re: modified invisible file?

2009-09-01 Thread Ray
Ignoring a file within that directory sets an svn:ignore property on the containing directory. The M is in the second column, which means a property was modified (svn:ignore). You can go ahead and commit it — it just represents that you have ignored some files. -Ray On Tue, Sep 1, 2009 at 1:23