[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: hello

From: Geoff Hoffman <ghoffman_at_cardinalpath.com>
Date: Tue, 4 Dec 2012 09:33:54 -0700

Install Subversion<http://svnbook.red-bean.com/en/1.7/svn.intro.install.html>
.
Create a repository<http://svnbook.red-bean.com/en/1.7/svn.ref.svnadmin.c.create.html>
.
Configure access<http://wiki.wsmoak.net/cgi-bin/wiki.pl?Subversion/Configuration>
.
Initialize the defaults<http://www.svnforum.org/threads/35108-trunk-branches-amp-tags-directory-creation>:
eg

mkdir /usr/share/svn
svnadmin create /usr/share/svn/jon.myproject.com
svn mkdir file:///usr/share/svn/jon.myproject.com/trunk
svn mkdir file:///usr/share/svn/jon.myproject.com/tags
svn mkdir file:///usr/share/svn/jon.myproject.com/branches
svn import ~/jon.myproject.com file:///usr/share/svn/jon.myproject.com/trunk

Check out the trunk<http://stackoverflow.com/questions/927806/svn-checkout-the-contents-of-a-folder-not-the-folder-itself>
.
Do some work and commit it back to the
repo<http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.commit.html>
.

Geoff Hoffman
Solutions Architect & LAMP Engineer
phone +1 623.399.4918
mobile +1 480.231.8323
web CardinalPath.com <http://goo.gl/TuuiO>

On Tue, Dec 4, 2012 at 8:49 AM, Mahmoudhashemi, Azadeh <
mahmoudhashemi_at_embedded.rwth-aachen.de> wrote:

> Could you please how I can use the subversion repository?
> thanks
>

-- 
Connect with us on twitter <http://twitter.com/cardinalpath>, google+<https://plus.google.com/108076800625872227241/posts>
, facebook <http://www.facebook.com/CardinalPath>, or linkedin<http://www.linkedin.com/company/cardinal-path>
.
Catch our next training in San Jose Dec 3 - 7 <http://cpath.it/KuKfcx>, Los 
Angeles Dec 10 - 14 <http://cpath.it/JKe0UX>, Indianapolis Jan 7 - 11<http://cpath.it/Xgo2Hk>
, Seattle Jan 14 - 18 <http://cpath.it/VQsQxW> or See All<http://cpath.it/Jkrs3s>
.
This email, including any attachments, is for the sole use of the intended 
recipient and may contain confidential information. If you are not the 
intended recipient, please immediately notify us by reply email or by 
telephone, delete this email and destroy any copies. Thank you.
Received on 2012-12-04 17:34:32 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.