How to put files in SVN first time

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

How to put files in SVN first time

Post by user deleted » 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 toivo on Sun Jun 07, 2020 12:56 am, edited 2 times in total.
Reason: locked topic

User avatar
brian
Joomla! Master
Joomla! Master
Posts: 12787
Joined: Fri Aug 12, 2005 7:19 am
Location: Leeds, UK
Contact:

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
"Exploited yesterday... Hacked tomorrow"
Blog http://brian.teeman.net/
Joomla Hidden Secrets http://hiddenjoomlasecrets.com/

user deleted

Re: How to put files in SVN first time

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

Done, thanks Brain  ;) No need to delete the post...

User avatar
ianmac
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4784
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.

User avatar
brian
Joomla! Master
Joomla! Master
Posts: 12787
Joined: Fri Aug 12, 2005 7:19 am
Location: Leeds, UK
Contact:

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/
"Exploited yesterday... Hacked tomorrow"
Blog http://brian.teeman.net/
Joomla Hidden Secrets http://hiddenjoomlasecrets.com/

Stasys
Joomla! Ace
Joomla! Ace
Posts: 1318
Joined: Wed Aug 17, 2005 11:06 pm
Location: Lithuania
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  ;)
Lithuanian Joomla! Community http://www.lithuanianjoomla.com
lietuviškas Joomla! puslapis, naujienos, straipsniai, forumas, vertimai
always be open source, and be free as freedom

annerajb
Joomla! Intern
Joomla! Intern
Posts: 62
Joined: Tue Sep 04, 2007 8:59 pm

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! Master
Joomla! Master
Posts: 16553
Joined: Thu Aug 18, 2005 7:13 am

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.

annerajb
Joomla! Intern
Joomla! Intern
Posts: 62
Joined: Tue Sep 04, 2007 8:59 pm

Re: How to put files in SVN first time

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

well mine have never worked :(

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

Re: How to put files in SVN first time

Post by ianmac » Sun Jul 13, 2008 1:40 pm

Has this been resolved annerajb? If not, please let us know so that we can get your svn fixed.

Ian

AJSultan
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Dec 25, 2009 12:04 pm

Re: How to put files in SVN first time

Post by AJSultan » Wed Dec 30, 2009 4:53 am

What if you're in a development team? how do you put joomla in SVN that all the member of the team can work on it without any problem like configuration error, etc.?


Locked

Return to “JoomlaCode.org”