How to put files in SVN first time
Moderators: RussW, RobInk, ChiefGoFor, facedancer
How to put files in SVN first time
Hi,
I got a PM from Stasys (http://forum.joomla.org/index.php?action=profile;u=44) asking how to put files in SVN the first time.
Logging it here for future questions/answers.
Robin
p.s. still need to answer this one
I got a PM from Stasys (http://forum.joomla.org/index.php?action=profile;u=44) asking how to put files in SVN the first time.
Logging it here for future questions/answers.
Robin
p.s. still need to answer this one
Last edited by RobInk on Sat Mar 17, 2007 1:42 pm, edited 1 time in total.
Regards Robin - Sites & Infrastructure
Re: How to put files in SBN first time
You might want to correct the typo in the subject title and then delete this post
Re: How to put files in SVN first time
Done, thanks Brain No need to delete the post...
Regards Robin - Sites & Infrastructure
Re: How to put files in SVN first time
To start off your SVN you need to create a directory on your local computer. In that directory, execute the following:
svn co --username http://joomlacode.org/svn/ .
This will checkout the empty repository into the directory you created.
Copy the files you want to checkin into this directory.
Then do:
svn add (svn add * to add everything)
Then:
svn commit
And you are done.
See http://svnbook.red-bean.com/nightly/en/ ... cle.update for more information on the basic working cycle.
Refer to: http://svnbook.red-bean.com/nightly/en/ ... ing.layout
For information on repository layout if you want a recommendation as to how to layout your repository (i.e. with branch, tag and trunk)
Ian
svn co --username
This will checkout the empty repository into the directory you created.
Copy the files you want to checkin into this directory.
Then do:
svn add
Then:
svn commit
And you are done.
See http://svnbook.red-bean.com/nightly/en/ ... cle.update for more information on the basic working cycle.
Refer to: http://svnbook.red-bean.com/nightly/en/ ... ing.layout
For information on repository layout if you want a recommendation as to how to layout your repository (i.e. with branch, tag and trunk)
Ian
Last edited by ChiefGoFor on Mon Mar 19, 2007 12:16 pm, edited 1 time in total.
Help test my Component XML Generator Tool!
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1997/Itemid,35/
All feedback appreciated!
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1997/Itemid,35/
All feedback appreciated!
-
- Joomla! Apprentice
- Posts: 13
- Joined: Wed Aug 17, 2005 11:06 pm
- Location: Lithuanian Team
- Contact:
Re: How to put files in SVN first time
Solved
Thanks Rob, Ian and Brian
Thanks Rob, Ian and Brian
always be open source, and be free as freedom
http://joomlacode.org/gf/project/lithuanian
Lietuviškas Joomla! puslapis - http://www.lithuanianjoomla.com
http://joomlacode.org/gf/project/lithuanian
Lietuviškas Joomla! puslapis - http://www.lithuanianjoomla.com
Re: How to put files in SVN first time
is the username and password the same one for joomlacode.org??
Re: How to put files in SVN first time
Yes, it is. After a project is granted, a script runs ever so often that sets the correct to SVN of that project.
Antonie de Wilde - Forum admin