On 2/28/07, johnf <[EMAIL PROTECTED]> wrote: > On Wednesday 28 February 2007 14:34, Douglas Kennedy wrote: > > Hi dabo users, > > > > I hope I am not wearing out my welcome. > > > > I have followed the directions of well informed dabo user list. > > > > I have installed the TortoiseSVN and have read a good bit of their manual > > about using the SVNRepository. > > > > I got as far as the import window I entered this > > URL: http://svn/dabodev.com/dabo/trunk dabo > > > > which opens a authentication screen > > <http://svn.dabodev.com:80> subversion Repository > > > > Requests a username and password... > > > > What is the correct username and password. > > > > I looked around in the Dabo documentation,issue tracking and wiki. with no > > answers that I found. > > > > I appreciate your help!! > > > > I'm still not sure where the 'Spacy Name' I check my MySQL table and > > column name and none of them had a space in their names they had "_" but no > > " " in them. > > > > > > None the less I have progressed to here and I can't find the answers help > > please... > > > > Thanks, > > Doug > > > > I have never downloaded any subversion of anything before... > > > Just in case you didn't understand (I didn't when I first started with SVN). > You are not "importing" you are "checking out". So all that is needed is to > pass the URL to the checkout screen. It will slowly download Dabo. After > that is done you will have the latest stuff. However, in no time at all you > will need to update. Right click on the dabo directory and select SVN update.
Easiest thing to do is to set up a cron job to do it for you every night...... > The only thing you can't do is "commit" which means to submit your changes to > the dabo code. Once you get up to speed I'm sure that Paul will provide a > password to allow you to commit. I don't believe you can import either. Basically, the repository is set up in such a way that it only supports read operations without a user login. You should only get a user/pass for commits if you are actually planning on submitting code. > > One thing, make sure you keep your personal code outside of the dabo > directory. The SVN program might prevent an update if it sees your code > changes. Again this only applies if you are mucking with the Framework code. If you are just using it as a library then you shouldn't need to touch it. > > -- > John Fabiani > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
