How to put files in SVN first time

If you have any 'mechanical' forge related issues/suggestions, pop them in here.

Moderators: RussW, RobInk, ChiefGoFor, facedancer

Post Reply
User avatar
RobInk
Joomla! Guru
Joomla! Guru
Posts: 517
Joined: Thu Aug 18, 2005 10:41 am
Location: The Netherlands

How to put files in SVN first time

Post by RobInk » Sat Mar 17, 2007 11:56 am

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  ;)
Last edited by RobInk on Sat Mar 17, 2007 1:42 pm, edited 1 time in total.
Regards Robin - Sites & Infrastructure

brian
Joomla! Guru
Joomla! Guru
Posts: 986
Joined: Fri Aug 12, 2005 7:19 am
Location: Leeds, UK

Re: How to put files in SBN first time

Post by brian » Sat Mar 17, 2007 1:26 pm

You might want to correct the typo in the subject title and then delete this post

User avatar
RobInk
Joomla! Guru
Joomla! Guru
Posts: 517
Joined: Thu Aug 18, 2005 10:41 am
Location: The Netherlands

Re: How to put files in SVN first time

Post by RobInk » Sat Mar 17, 2007 1:43 pm

Done, thanks Brain  ;) No need to delete the post...
Regards Robin - Sites & Infrastructure

User avatar
ianmac
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 237
Joined: Sat Sep 24, 2005 11:01 pm
Location: Toronto, Canada

Re: How to put files in SVN first time

Post by ianmac » Sat Mar 17, 2007 1:52 pm

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
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!

brian
Joomla! Guru
Joomla! Guru
Posts: 986
Joined: Fri Aug 12, 2005 7:19 am
Location: Leeds, UK

Re: How to put files in SVN first time

Post by brian » Sat Mar 17, 2007 3:48 pm

These video tutorials are pretty good.

http://www.gforgegroup.com/training/

Stasys
Joomla! Apprentice
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

Post by Stasys » Sun Mar 18, 2007 3:00 pm

Solved  :pop

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

annerajb

Re: How to put files in SVN first time

Post by annerajb » Sat Jan 26, 2008 6:12 pm

is the username and password the same one for joomlacode.org??

User avatar
Tonie
Joomla! Ace
Joomla! Ace
Posts: 1585
Joined: Thu Aug 18, 2005 7:13 am
Contact:

Re: How to put files in SVN first time

Post by Tonie » Sat Jan 26, 2008 6:27 pm

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

annerajb

Re: How to put files in SVN first time

Post by annerajb » Sat Jan 26, 2008 11:00 pm

well mine have never worked :(


Post Reply