Is there a way to have svn automatically detect your credentials (say by reading a .file in your home directory)?
I have a bash script that includes some svn commands, and I want it to automagically run as the user who is running the script. If I put one user's credentials inside the script then it is easier to run (runs easily without questions) but then we don't know who did what?