[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Am I the only lucky guy here?

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Sun, 20 Dec 2009 08:15:45 +0300

2009/12/20 Serge Tumanyan <tumanyan_at_mail.ru>:
> I was not able to download a nighty build today

In the buildlog file I see a message that "actionmerged" icon file was
not found. Thus the build failed.

> BTW, I saw the files SVN.exe, SVNAdmin.exe and SVNServ.exe in the nighty
> builds

These are the command line tools for Subversion. These are developed
by the main subversion project.

SVN.exe is the command-line client.

SVNAdmin.exe is the repository administration tool.

SVNServ.exe is the server for svn:// protocol.

You can run "svn.exe help" to get the list of supported commands and
"svn.exe help commandname" to get the help for a specific command.

For example, to rename a file you print
svn move oldname newname

To commit all changed files in this directory and subdirectories you print
svn commit -m "Text of a message"

If there are any bugs in the Subversion libraries, it is recommended
to reproduce them using these command line tools. That is why they are
needed. These are build from the same version of Subversion sources as
the current build of Tortoise.

The official releases of Tortoise do not include them. It is
recommended to download official builds of these tools from the
Subversion project website.

Best regards,
Konstantin Kolinko

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2431762

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-12-20 06:15:50 CET

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.