开发者

Subversion question

Suppose I have programA (v1.0) folder with files abc.php, efg.php and hij.php. Now I have completely changed the programA (v2.0) folder which now includes a.php, b.php and c.php.

How do I commit this folder now? Since the old files may or may not be present in the new version. Do开发者_开发知识库 I first need to delete the old files from the working folder and commit the new folder?

Plz help me with this.

Thank you.


No. you do not to delete the files explicitly from SVN server. Committing the directory will take care.

right click on the folder, and commit. It will delete abc.php, efg.php etc and add a.php, b.php etc.

Or, you may add those new a.php, b.php etc files from Tortoise SVN and then commit the folder.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜