Chinaunix首页 | 论坛 | 博客
  • 博客访问: 750260
  • 博文数量: 217
  • 博客积分: 2401
  • 博客等级: 大尉
  • 技术积分: 2030
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-16 06:58
个人简介

怎么介绍?

文章分类

全部博文(217)

文章存档

2023年(2)

2022年(3)

2021年(29)

2020年(12)

2019年(5)

2018年(5)

2017年(5)

2016年(3)

2015年(6)

2014年(12)

2013年(16)

2012年(9)

2011年(6)

2010年(15)

2009年(30)

2008年(59)

我的朋友

分类:

2010-10-09 01:01:59

How to use SVN with Google code

1.Download TortoiseSVN

2.Installing  TortoiseSVN and restart your computer.

4.To get your GoogleCode.com password go to:

svn3

3.You should now see this new items below if you press right-click on any empty place in the explorer or on any folder

svn1

4.Create a New Folder to hold all your files that you will work on.

5.Right-click on this folder and choose “SVN Checkout…”.

6.In the “URL of repository:” Enter your project’s URL in this formate “https://[ProjectName].googlecode.com/svn/trunk”      e.g.””

svn22

7.Press OK and Enter your Google username and your GoogleCode.com password - in this case “Bx7QS3by2rX9″ -

svn41

8.In the folder add a new text file “test.txt”

9.Right-click /TortoiseSVN /Add…

10.Select the files you want to upload to the SVN.

svn5

11.You should see this in case of a successful uploading.

svn6

12.Note the RED X meaning that this file isn’t up-to-date with the SVN.

svn7

13.Right-click on the text file and select “SVN Commit…” and enter any message you want to write.

svn81

14.This is what you should see after a successful commit.

svn9

15.Note the green check mark on the file meaning it is up-to-date with the SVN.

svn10

Notes

  • If you ever make a mistake and don’t know what to do with the file, right click on it, go to revert. it’ll take you to the head revision.
  • Before modifying anything, make sure you have the latest files from the svn by going to file, svn update.
  • If someone modified the file that you are trying to upload between the time you downloaded it and now, you will get an error. You have to run an SVN update and it will merge the changes you’ve made with the ones in the SVN repository. Then check to make sure the file works correctly, then commit the merged file.

16.Go to your project web page e.g. and go to “Source” tab then “Browse”  subtab then choose “Trunk” from the list on your left

svn121

阅读(873) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~