Re: Print $Rev$ property on file docx and xlsx

2023-01-11 Thread TortoiseSVN
Thanks a lot

Il giorno lun 9 gen 2023 alle ore 10:18 TortoiseSVN on behalf of lorenznl <
tortoisesvn@googlegroups.com> ha scritto:

> TortoiseSVN on behalf of lorenznl wrote:
> >[...]
> >Cell formulars in excel (for example string manipulation) need
> >(explicit) recalculation to update the derived cells.
> >[...]
>
> dang, forgot to mention that formulars base on the cells with the
> keywords  need something like "(NOW();"")" to force updating on
> recalculation.
> --
>
> Lorenz
>
> --
> You received this message because you are subscribed to the Google Groups
> "TortoiseSVN" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tortoisesvn+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tortoisesvn/lmmnrh5gf33pblc5jkhau09l65f10rp303%404ax.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/CACb4D9%3DsvVPbZa7aqdKSg5jvybutMTXP8a6Ji8oM%3D_rq8KDm1g%40mail.gmail.com.


Re: Roll back (Undo) revisions in the repository

2023-01-11 Thread Stefan via TortoiseSVN
you can not undo anything without a working copy. So you have to do a 
checkout locally first. Just using a web interface won't work.

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/8de9acad-8bcc-4515-b0ad-6124ac23d70an%40googlegroups.com.


Re: How to get line count from a rev ?

2023-01-11 Thread Stefan via TortoiseSVN


On Wednesday, January 11, 2023 at 4:12:23 PM UTC+1 uhft...@gmail.com wrote:
Hi. How can I get the summary of lines added/removed on Windows ? svn diff 
--summarize doesn't give any useful information.

svn does not provide that kind of information in a summary. You could 
try http://statsvn.org/ 
but why would you need a line count anyway? That kind of information isn't 
really useful...
 
Additionally,  how do I move a file in svn ? It seems svn treats it as 
deletion+addition, which would render any line count completely invalid.

yes, svn treats renames as deletion+addition, but not the way you think: 
the addition is not a plain addition but an "addition with history", so you 
won't lose the history. 

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/6d8394a7-d0f8-47f4-bdad-f5d6ddcd2627n%40googlegroups.com.


How to get line count from a rev ?

2023-01-11 Thread John John via TortoiseSVN
Hi. How can I get the summary of lines added/removed on Windows ? svn diff 
--summarize doesn't give any useful information.
Additionally,  how do I move a file in svn ? It seems svn treats it as 
deletion+addition, which would render any line count completely invalid.

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/26dfab2c-5579-4c61-943c-57d7429bcb1cn%40googlegroups.com.