[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 15:43:57 CEST

Would this happen even though I'm committing/updating the whole folder?

I never commit single files.

Thanks,

John

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

JS.staff wrote:

> 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??

It does set the property in your working copy.
But: if you commit changes to files, only the revisions of those files
change in your working copy, _not_ the folders where those files are in.
Example:

add folder in rev1, file1 and file2 in rev2
folder/file1
folder/file2
modify file1, commit -> rev3
but in your working copy, the revisions look like this:
folder: rev1
folder/file1 : rev3
folder/file2 : rev2
now if you modify the folder and try to commit, it fails. Because the
client tells the repo that the folder is on revision 1 with
modifications, but the repository is already at revision 3.
If you then do an update, the folder will get the revision 3 too.

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:30 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.