i have the problem that i want change/add a comment on an already
checked in artefact in a svn repository.
Is there a way to add afterwards a comment ?
On Mon, Jun 2, 2008 at 8:59 AM, coli...@gmail.com <coli...@gmail.com> wrote:
> Dear Colleagues,
> i have the problem that i want change/add a comment on an already > checked in artefact in a svn repository. > Is there a way to add afterwards a comment ?
Are you talking about a comment within the file, or a commit comment? If it's the former, then no, you can't go back and modify an already checked in revision. If it's the latter, then yes, you can change the log message, as that's an unversioned property.
but when i try to change the comment, svn give the answer that i am
not allowed to do it and that i have to make a "pre-revprop-change".
But that is not working until now.
regards
On 2 Jun., 17:09, "Larry Martell" <larry.mart...@gmail.com> wrote:
....
> Are you talking about a comment within the file, or a commit comment?
> If it's the former, then no, you can't go back and modify an already
> checked in revision. If it's the latter, then yes, you can change the
> log message, as that's an unversioned property.
On Mon, Jun 2, 2008 at 10:09 AM, coli...@gmail.com <coli...@gmail.com> wrote:
> Thank you, larry,
> but when i try to change the comment, svn give the answer that i am > not allowed to do it and that i have to make a "pre-revprop-change". > But that is not working until now.
> On 2 Jun., 17:09, "Larry Martell" <larry.mart...@gmail.com> wrote: > .... >> Are you talking about a comment within the file, or a commit comment? >> If it's the former, then no, you can't go back and modify an already >> checked in revision. If it's the latter, then yes, you can change the >> log message, as that's an unversioned property.
i saw this. But since i have to integrate something on a windows
server, i was hoping, there is already a pre-revprop-change batch.
I search for it (or i try to write one)
regards
and thank you for your help !
On 2 Jun., 18:24, "Larry Martell" <larry.mart...@gmail.com> wrote:
> On Mon, Jun 2, 2008 at 10:09 AM, coli...@gmail.com <coli...@gmail.com> wrote:
> > Thank you, larry,
> > but when i try to change the comment, svn give the answer that i am
> > not allowed to do it and that i have to make a "pre-revprop-change".
> > But that is not working until now.