English 中文(简体)
SVNlog file and TortoiseSVN
原标题:SVN log file and TortoiseSVN

即便有可能,Im试图通过TortoiseSVN生成一个SVN记录。

我将使用指挥线。

svn log --verbose --xml

但是,由于这是一种遥远的传呼,我无法界定其用户名/密码(被vn忽略的群体)。

是否为TortoiseSVN建立了相应的记录生成器?

增 编

最佳回答

Tortoise displays the log by the command:
right-click/TortoiseSVN/Show Log

但是,我不敢肯定你所说的话,即“这赢得了工作,因为它是一种遥远的传呼,我可以确定一个用户名称/密码。 SVN接受用户名和密码参数:

svn log --verbose --xml --username <user> --password <password>
问题回答

暂无回答




相关问题
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 ...

热门标签