On Monday, June 18, 2018 at 10:16:56 PM UTC+2, Carson Wood wrote: > > Thanks for the help, I may be misunderstanding but is %REPOROOT% going to > be the svn repository for my team or is it going to be my local working > copy? I haven't committed the batch files or hook script files yet, they've > just been in my working directory as I don't want to mess up the entire > teams work while working on this. I thought %REPOROOT% would be the trunk > of my local working directory. >
No, %REPOROOT% refers to the path your working copy would be at if checked out from the root. But usually a checkout is done from /trunk. e.g. C:\dev\mywc checked out from /trunk --> %REPOROOT% refers to C:\dev --> %REPOROOT+% refers to C:\dev\mywc Stefan -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/8f25e293-45c8-4dea-b50d-204dca6c5576%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
