Welcome to MacForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Subversion and svnX client

 
   Macintosh computer (Home) -> Tools RSS
Next:  How to distribute patches (updates) of existing a..  
Author Message
Jeff Dunnett

External


Since: Sep 07, 2005
Posts: 4



(Msg. 1) Posted: Fri Feb 02, 2007 1:28 pm
Post subject: Subversion and svnX client
Archived from groups: comp>sys>mac>programmer>tools (more info?)

Hello Everyone,

My current environment:

Mac OSX 10.4.8
2 x 2.66 GHz Duel-Core Intel Xeon
2 GB Memory

Subversion 1.4.3 (DarwinPorts)
svnX 0.9.9

My old enrivonment

Mac OSX 10.4.8
PowerBook G4
1 GB Memory
Subversion 1.3.2
svnX 0.9.9


Server:
Mac OS X Server 10.4.8
XServe G5
Subversion 1.3.2


I recently switched to my new environment and have been having trouble
getting subversion and svnx to work properly. I load up svnx which
the path in which it looks for subversion to the path for the
darwinport of subversion. I then try to setup it up to access a
currently existing reporistory (that was created with subversion
1.3.2) using http. The repository is on a server. The problem svnX
freezes on me and won't let me do anything. Eventually I have to
resort to force quitting to kill the application. Does anyone know
what might be causing this?

Some more information that might be helping:

1) I could access the repository on my old setup
2) I tried my new setup with different versions of subversion such non-
DarwinPort packages and lower number version (1.3.1, 1.4.2 etc)

Thanks in advance.

Regards,
Jeff

 >> Stay informed about: Subversion and svnX client 
Back to top
Login to vote
vze35xda

External


Since: Jan 08, 2005
Posts: 85



(Msg. 2) Posted: Sat Feb 03, 2007 2:39 am
Post subject: Re: Subversion and svnX client [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 2, 4:28 pm, "Jeff Dunnett" wrote:
> Hello Everyone,
>
> My current environment:
>
> Mac OSX 10.4.8
> 2 x 2.66 GHz Duel-Core Intel Xeon
> 2 GB Memory
>
> Subversion 1.4.3 (DarwinPorts)
> svnX 0.9.9
>
> My old enrivonment
>
> Mac OSX 10.4.8
> PowerBook G4
> 1 GB Memory
> Subversion 1.3.2
> svnX 0.9.9
>
> Server:
> Mac OS X Server 10.4.8
> XServe G5
> Subversion 1.3.2
>
> I recently switched to my new environment and have been having trouble
> getting subversion and svnx to work properly. I load up svnx which
> the path in which it looks for subversion to the path for the
> darwinport of subversion. I then try to setup it up to access a
> currently existing reporistory (that was created with subversion
> 1.3.2) using http. The repository is on a server. The problem svnX
> freezes on me and won't let me do anything. Eventually I have to
> resort to force quitting to kill the application. Does anyone know
> what might be causing this?
>
> Some more information that might be helping:
>
> 1) I could access the repository on my old setup
> 2) I tried my new setup with different versions of subversion such non-
> DarwinPort packages and lower number version (1.3.1, 1.4.2 etc)
>
> Thanks in advance.
>
> Regards,
> Jeff

Hi,
I have pretty much the same setup save the machines I use are both
G4's but I do use the same versions of Subversion and svnX. I access
repositories either locally (file:///....) and some on Linux servers
but also via file:/// since I mount their drive locally via afp. The
repositories are also accessable via http:// (not https://) but this
does not seem to work and neither does svn+ssh, there seems to be a
permission problem. Anyway I have not had the problem you mention. I
did not use ports to get the binaries but followed the instructions in
in svnX and they are in /usr/local/bin. I have not had the lockup
problems you described. It either works or fails (with an error
dialog) right away.

How are you accessing the server's files ? (https:// svn+ssh .... ).

--jim

 >> Stay informed about: Subversion and svnX client 
Back to top
Login to vote
Jeff Dunnett

External


Since: Sep 07, 2005
Posts: 4



(Msg. 3) Posted: Sat Feb 03, 2007 11:15 am
Post subject: Re: Subversion and svnX client [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 3, 5:39 am, "vze35...@verizon.net"
wrote:
> On Feb 2, 4:28 pm, "Jeff Dunnett" wrote:
>
>
>
> > Hello Everyone,
>
> > My current environment:
>
> > Mac OSX 10.4.8
> > 2 x 2.66 GHz Duel-Core Intel Xeon
> > 2 GB Memory
>
> > Subversion 1.4.3 (DarwinPorts)
> > svnX 0.9.9
>
> > My old enrivonment
>
> > Mac OSX 10.4.8
> > PowerBook G4
> > 1 GB Memory
> > Subversion 1.3.2
> > svnX 0.9.9
>
> > Server:
> > Mac OS X Server 10.4.8
> > XServe G5
> > Subversion 1.3.2
>
> > I recently switched to my new environment and have been having trouble
> > getting subversion and svnx to work properly. I load up svnx which
> > the path in which it looks for subversion to the path for the
> > darwinport of subversion. I then try to setup it up to access a
> > currently existing reporistory (that was created with subversion
> > 1.3.2) using http. The repository is on a server. The problem svnX
> > freezes on me and won't let me do anything. Eventually I have to
> > resort to force quitting to kill the application. Does anyone know
> > what might be causing this?
>
> > Some more information that might be helping:
>
> > 1) I could access the repository on my old setup
> > 2) I tried my new setup with different versions of subversion such non-
> > DarwinPort packages and lower number version (1.3.1, 1.4.2 etc)
>
> > Thanks in advance.
>
> > Regards,
> > Jeff
>
> Hi,
> I have pretty much the same setup save the machines I use are both
> G4's but I do use the same versions of Subversion and svnX. I access
> repositories either locally (file:///....) and some on Linux servers
> but also via file:/// since I mount their drive locally via afp. The
> repositories are also accessable via http:// (not https://) but this
> does not seem to work and neither does svn+ssh, there seems to be a
> permission problem. Anyway I have not had the problem you mention. I
> did not use ports to get the binaries but followed the instructions in
> in svnX and they are in /usr/local/bin. I have not had the lockup
> problems you described. It either works or fails (with an error
> dialog) right away.
>
> How are you accessing the server's files ? (https:// svn+ssh .... ).
>
> --jim

Hi Jim,

I am trying to access the server files via simple http using a
username and password.

Jeff
 >> Stay informed about: Subversion and svnX client 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
cvs/subversion client help needed - Hi. I have two friends who are most certainly NOT software developers, but they are collaborative writers who have a need to keep track of various versions of documents (mostly MS Word and a few other types). To help them, I figured I would get them a..

using subversion with xcode - Hi, Has anyone an idea or even worked out a solution for using subversion instead of cvs together with xcode? Thanx in advance, Frank

Subversion & XCode 1.5 - Hi all. Exploring Subversion with XCode. After some fumbling in the shell, I don't seem to ba able to make XCode do anything useful. I've installed the subversion package, I've followed umpteen shell articles on organizing and setting up a repository,...

Subversion & XCode - I'm learning to use Subversion with XCode. It seems to be mostly working, but I've got a bit of a puzzle. Every time I commit changes to my SeaBattle project, I'm left with two files still showing up as modified: M SeaBattle.xcode/tony.pbxuser ...

Xcode and Remote Subversion Repositories - Hello Everyone, I am wondering if someone could tell me how I would go about access a remote Subversion repository using SCM in Xcode. It might be quite simple but for some reason I can't get it to work properly. Regards, Jeff
   Macintosh computer (Home) -> Tools All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]