开发者

Problem with wild cards within quote marks when using SVN command in windows

开发者 https://www.devze.com 2023-03-03 08:38 出处:网络
The following command adds all files in the directory called \'svn\' to the svn repository without a hitch:

The following command adds all files in the directory called 'svn' to the svn repository without a hitch:

svn add svn\*.*

So far so good. However if if put quotation marks around the path location like so:

svn add "svn\*.*"

I get this error message:

svn: warni开发者_开发技巧ng: 'svn\*.*\' not found

The issue is that I want to specify a more complex path location that just "svn\*.*" that contains spaces so the quotation marks are needed for example:

 svn add "C:\Documents and Settings\username\svn\*.*"

Is there anyway of doing this, sneaky or otherwise?

0

精彩评论

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

关注公众号