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

RE: [TSVN] Adding a file to ignore list[Scanned]

From: JS.staff <jsparrow_at_ecclescollege.ac.uk>
Date: 2004-09-09 14:17:58 CEST

Ahhh, so when I add something to ignore list, it actually sends the property change straight to the repository, and doesn't do it on my working copy??

I assumed the property was just in my working copy until I committed.

Thanks,

John

-----Original Message-----
From: Stefan Küng [mailto:stefan.kueng@wagner-group.ch]
Sent: 09 September 2004 13:13
To: dev@tortoisesvn.tigris.org
Subject: Re: [TSVN] Adding a file to ignore list[Scanned]

JS.staff wrote:

> If I add a new file to a version-controlled folder (just copy it in
> using windows, not using svn routines), then add it to ignore list (so
> altering a property on the folder itself), why does my 'commit' fail??
>
> I have to do an 'update', and then I can commit. No concurrent changes
> have taken place.

If you set the svn:ignore property on the parent folder, then that
folder is "modified". On the next commit, Subversion compares the last
committed revision of that folder with the HEAD revision in the
repository, and they don't match anymore. Then you have to update your
working copy so that the folders will get the HEAD revision too. As soon as both repository and modified folders have the same revision,
you can commit.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Sep 11 20:18:14 2004

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

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