I am looking for a way to do an svn update but only get files that has been added since last time (that is, they are completely new to the repository). I'm not sure if this is even possible, any ideas?
EDIT: well, the problem is that this is a very large repository - it takes ages to do a normal update and for most users it is ok to not have the latest version of every file but all files need to be present for it not to break. That's why it would be nice to be able to only get the added files.
EDIT: I also forgot to mention that the directories where I would do this does not contain code so I don't have to worry about breaking it. Sorry about that and thanks for your suggestions!