English 中文(简体)
在当地道路上检查存放处的现状
原标题:Check svn status of repository in local path
  • 时间:2012-04-26 22:02:57
  •  标签:
  • svn

是否有命令检查某个地方道路是否是某个存放处的一份工作副本?

I need to check whether a folder already contains a working copy of the repo, if it does I ll run an update if it doesn t I ll clear the folder s content and then do a checkout.

最佳回答

是的,刚刚开始。

svn info

载于有关目录。 这将告诉您,如果是的话,名录是一份工作副本。 详见本文:

http://svnbook.red-bean.com/en/1.1/re13.html

问题回答

暂无回答




相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签