Re: [Gambas-user] Using SVN in gambas question

2009-09-24 Thread M0E Lnx
Yes.. I just check out the code and load the peoject. I've had issues in the past where gambas would add the .gambas (hidden) directory to svn. That creates a problem. So I just exclude that dir from version control and that takes care of it On Sep 24, 2009 6:10 PM, "Benoît Minisini" wrote: > O

Re: [Gambas-user] Using SVN in gambas question

2009-09-24 Thread Benoît Minisini
> On Wednesday 23 September 2009 21:36:37 you wrote: > > I have always created the project without the subversion option enabled. > > The added the project to the svn repo. > > after that, then you open the project with the gambas ide you can commit > > and update using the gui. Always worked for m

Re: [Gambas-user] Using SVN in gambas question

2009-09-24 Thread richard terry
On Wednesday 23 September 2009 21:36:37 you wrote: > I have always created the project without the subversion option enabled. > The added the project to the svn repo. > after that, then you open the project with the gambas ide you can commit > and update using the gui. Always worked for me Do you

Re: [Gambas-user] Using SVN in gambas question

2009-09-23 Thread M0E Lnx
I have always created the project without the subversion option enabled. The added the project to the svn repo. after that, then you open the project with the gambas ide you can commit and update using the gui. Always worked for me On Sep 23, 2009 4:23 AM, "richard terry" wrote: I'm writing some

[Gambas-user] Using SVN in gambas question

2009-09-23 Thread richard terry
I'm writing some documentation for my project. When I created it from svn, I did it via the gambas gui interface, not by using the terminal as one would for example by typing svn checkout svn://project/trunk. I wondered if it is possible to do a manual checkout of an svn project and then load