简体   繁体   中英

How do you make svn:externals output into the current directory?

I am setting up the following tag structure for our team in SVN (1.7)

...\tags\releases
                 \release_1.0
                 \release_1.1
                 \...
                 \latest (points to ...\tags\releases\release_1.1)

I am stuck trying to create the ...\\tags\\releases\\latest tag. I've been trying to set up an svn:externals property that doesn't create a sub-directory for the referenced tag. For example, if I do svn propset svn:externals "somedir ^/tags/releases/release_1.0" , commit, and then check it out into a test directory you get test\\somedir before you can get to the actual sources.

What is the right way to set up an alias for a tag so that a checkout doesn't create a sub-directory that's not needed?

而不是外部的(因为基于目录的外部对象总是在链接点创建目录),请使用操作系统特定的对象进行链接:快捷方式(将* .lnk添加到存储库中)或连接点

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM