On Sep 3, 2009, at 06:30, Alexander Wahl wrote:
> On Thu, 3 Sep 2009 15:21:27 +0400, Andrey Repin wrote:
>
>>> It's purpose is, to know in the future which Rev. is on the
>>> customers
>>> site.
>>> I can do that with keywords $REV$, but this can only be done
>>> client-side
>>> and I am search for a mechanism which I can implement on the svn-
>>> server
>>> side.
>>
>> I can remember I saw full repository path in files exported from SVN.
>> Dig the tags deeper? :)
>
> Sorry, I do not understand what you mean. (Dig the tags deeper?) Is
> this a
> question ?
Alexander, you stated that using Subversion keyword substitution was
unsatisfactory because it happens on the client side and you want a
server side mechanism. I think Andrey was pointing out that this
doesn't need to be a problem. If you have Subversion keywords like $Rev
$ or $Id$ in your files, and you run "svn export", those keys will be
expanded for you on the client side. So these can be used to later
identify the version of files you sent.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2390635
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-03 14:59:37 CEST