开发者

problem with SVN commit

i want to add new files to my SVN working directory that is trunk folder,

I am adding them but when i wants to commit them so that they can actually be added to SVN it says.

Your working directory is tags.

Attached is the er开发者_运维技巧ror image. May be i have to change my working directory. Can some body help me in this.


After you add your files to the workspace, you should run 'svn add' in order for SVN to know the files were added and to upload them during commit.


If you want to add to the trunk you should use

svn switch 'path-to-trunk'
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜