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

Re: Tool for quick/simple edit of Word doc in SVN without manual checkout first?

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 19 Nov 2013 19:36:14 +0100

On 19.11.2013 14:50, David Aldrich wrote:
> At the 2012 WanDisco SVN conference, there was talk of adding
> facilities to TortoiseSVN 1.8 to enable quick checkouts/commits of
> single files. This seems to have never materialised. What happened
> to the ideas?

Create a shortcut to open the repobrowser at the repo url where the word
docs are stored:
TortoiseProc.exe /command:repobrowser
/path:"https://server/repo/trunk/folder"

Now have your users use that shortcut to open the repo browser dialog.
Browse to the word doc you want, right-click, choose "Edit".

In the background, TSVN will check out a temp working copy with that
file, open it in the default application (in this case word) and wait
for that application to exit. So after editing the document in word and
word has exited, TSVN asks for the commit message and then commits that
document, and finally removes the temp working copy with that file.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3068844
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-11-19 19:36:03 CET

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

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