Closed GoogleCodeExporter closed 8 years ago
Shouldn't the URL be 'svn://localhost/project'?
Are the User & Password fields correctly set in the Working Copies window?
What is shown in the info & log panels of the Activity window when you've
clicked Commit?
Can you open the repository browser & view the repository?
I wouldn't recommend Subversion 1.4.3. Have you tried/can you try v1.4.6?
Original comment by chris...@gmail.com
on 16 Apr 2009 at 12:36
> Shouldn't the URL be 'svn://localhost/project'?
Not really. The same repository should be available on LAN and
to Linux and Windows VMs.
> Are the User & Password fields correctly set in the Working Copies window?
Oups! I missed the addition of these fields. As it turned out, even
0.9.13 had these.
Filled out user/password fields. Commit works. My apologize for
the pointless bug.
I am not aware about details, but command line client gets user
credentials from .subversion/auth and keychain. I guess, older
versions of svnX did use the same method or, perhaps, command
line tool so the functionality was available.
> What is shown in the info & log panels of the Activity window when you've
> clicked Commit?
I did not use this window before. Next time I will know where to go
when things get wrong.
> Can you open the repository browser & view the repository?
Yes. This works with no user/password. Perhaps, because the
repository requires authorized user on write operations only.
> I wouldn't recommend Subversion 1.4.3. Have you tried/can you try v1.4.6?
>
I did not try 1.4.6.
Thanks for your help! I have got back one of my favorite development
tools.
Original comment by mishaonmac
on 16 Apr 2009 at 12:15
SvnX 1.0 uses the CLI tool for committing. In fact with Subversion 1.4.3 it
will use the CLI tool for everything.
SvnX does use .subversion/auth and keychain with the CLI tool & when calling
the svn libs directly. I know this
works with Subversion 1.4.6 from the official installer (which is why I
recommend it).
Original comment by chris...@gmail.com
on 16 Apr 2009 at 4:11
Original issue reported on code.google.com by
mishaonmac
on 15 Apr 2009 at 11:59