bbv theme project + svn tutorial

28
 http://www.flickr.com/photos/kymberlyanne/2913332849/ http://www.flickr.com/photos/kymberlyanne/2913332849/ Wordpress layout project

Upload: diki-andeas

Post on 12-May-2015

755 views

Category:

Technology


1 download

DESCRIPTION

Ketiban pulung jadi project manager BBV theme. Sedikit introduksi/konsep plus pengenalan subversion di Google code.

TRANSCRIPT

Page 1: BBV Theme Project + SVN Tutorial

   

http

://w

ww

.flic

kr.c

om/p

hoto

s/ky

mbe

rlyan

ne/2

9133

3284

9/ht

tp://

ww

w.fl

ickr

.com

/pho

tos/

kym

berly

anne

/291

3332

849/

Wordpresslayout

project

Page 2: BBV Theme Project + SVN Tutorial

   

http

://w

ww

.flic

kr.c

om/p

hoto

s/sh

eriff

of0/

3001

6929

51/

http

://w

ww

.flic

kr.c

om/p

hoto

s/sh

eriff

of0/

3001

6929

51/

basicconcept1

Page 3: BBV Theme Project + SVN Tutorial

   

Concept & Concept & IdeaIdea     

Bandung Blog Vaganza 2008 were using the famous Bandung Blog Vaganza 2008 were using the famous Arthemia theme (made in Bandung!)Arthemia theme (made in Bandung!)

  BBV is rather like small community, with talented resource BBV is rather like small community, with talented resource → → knowledge based activityknowledge based activity

Ryan: BBV Wordpress Theme ideaRyan: BBV Wordpress Theme idea(teamwork, research, branding(teamwork, research, branding

community contribution)community contribution)  

Page 4: BBV Theme Project + SVN Tutorial

   

base theme / base theme / reference?reference?ada ide ?ada ide ?

Page 5: BBV Theme Project + SVN Tutorial

   

unik , fungsional = unik , fungsional = advantageadvantagebelajar dari arthemiabelajar dari arthemia

Page 6: BBV Theme Project + SVN Tutorial

   

looks & looks & feels?feels?retro? futuristik? clean?retro? futuristik? clean?

Page 7: BBV Theme Project + SVN Tutorial

   

khusus komunitas blog?khusus komunitas blog?simple (company) profile?simple (company) profile?

three columns?three columns?longtail (buddypress)?longtail (buddypress)?

Page 8: BBV Theme Project + SVN Tutorial

   

http://code.google.com/p/bbvwpthemehttp://code.google.com/p/bbvwptheme

[email protected] [email protected] [email protected] [email protected] 

Page 9: BBV Theme Project + SVN Tutorial

   

http://flickr.com/photos/cayusa/2896983287/http://flickr.com/photos/cayusa/2896983287/

pengenalansvn2

Page 10: BBV Theme Project + SVN Tutorial

   

satu project opensourcesatu project opensourceratusan developerratusan developer

... kok bisa ?... kok bisa ?

Page 11: BBV Theme Project + SVN Tutorial

   

saling tumpuk file?saling tumpuk file?siapa nambah apa?siapa nambah apa?apa diubah kapan?apa diubah kapan?

““eh maap kedelete!”eh maap kedelete!”

Page 12: BBV Theme Project + SVN Tutorial

   

http

://fli

ckr.c

om/p

hoto

s/ab

solu

tely

_lov

erly

/234

8473

585/

http

://fli

ckr.c

om/p

hoto

s/ab

solu

tely

_lov

erly

/234

8473

585/

subversion (svn)subversion (svn)source code management

Page 13: BBV Theme Project + SVN Tutorial

   

versioningversioningconcurrent codingconcurrent coding

distributed developmentdistributed developmentcode & coder managementcode & coder management

recall & backuprecall & backupcentral repositorycentral repository

Page 14: BBV Theme Project + SVN Tutorial

   

http

://fli

ckr.c

om/p

hoto

s/al

icep

opko

rn/2

4195

0925

4/ht

tp://

flick

r.com

/pho

tos/

alic

epop

korn

/241

9509

254/

checkout – commit – updatecheckout – commit – updatemost used svn mantra

Page 15: BBV Theme Project + SVN Tutorial

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

= code repositoryhttp://code.google.com/p/project

[ dongeng svn ]

Page 16: BBV Theme Project + SVN Tutorial

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

[ import ]project owner create project repository...

/local_project

/project     /branches     /tags     /trunk

A

A

Page 17: BBV Theme Project + SVN Tutorial

   

Page 18: BBV Theme Project + SVN Tutorial

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

[ checkout ]someone download the latest snapshot of code...

/my_project

/project     /branches     /tags     /trunk

A

A

Page 19: BBV Theme Project + SVN Tutorial

   

svn checkout svn checkout https://https://projectproject.googlecode.com/.googlecode.com/

svn/trunk/ svn/trunk/ my_projectmy_project  ­­username ­­username usernameusername

Page 20: BBV Theme Project + SVN Tutorial

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

[ checkout ]someone download the latest snapshot of code...

/project_gue

/project     /branches     /tags     /trunk

A

A

Page 21: BBV Theme Project + SVN Tutorial

   

svn checkout svn checkout https://https://projectproject.googlecode.com/.googlecode.com/

svn/trunk/ svn/trunk/ project_gueproject_gue

Page 22: BBV Theme Project + SVN Tutorial

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

[ commit ]someone push a new code...

/my_project

/project     /branches     /tags     /trunk

A+B

A+B

Page 23: BBV Theme Project + SVN Tutorial

   

svn commit ­m “svn commit ­m “pertamax!pertamax!” ” ­­username ­­username usernameusername

Page 24: BBV Theme Project + SVN Tutorial

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

/project_gue

/project     /branches     /tags     /trunk

   A+B    Rev. 1

A

Page 25: BBV Theme Project + SVN Tutorial

   

Page 26: BBV Theme Project + SVN Tutorial

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

[ updates ]someone updates latest update on server...

/project_gue

/project     /branches     /tags     /trunk

   A+B    Rev. 1

   A+B    Rev. 1

Page 27: BBV Theme Project + SVN Tutorial

   

svn updatesvn update

Page 28: BBV Theme Project + SVN Tutorial

   

Thank You !

http://www.slideshare.net/niwat0ri

Diki Andeas aka. niwat0riEmail: [email protected]: www.chickenstrip.org 

Credits:Free images taken from www.sxc.huFlickr CreativeCommons licensed image collections (URL at each page)