i am running a command SVN STATUS -U, and now i want it to bring all the changes except /temporary folder. I don't have any idea how can i do this? Because i don't want to see all entries of /temporary folder when i run svn status -u (hundreds of files added in temp directory on server, and it brings lot of entries when executing the command)
I am using putty after logging via SSH.