I need to do a svn checkout on a server that's not mine and i just have a quick question. If i do a:
svn checkout https://path.to/svn/trunk/ folder --username myusername
Will my username and password be saved so that when i disconnect from that server someone will be able to just do svn update
or svn comit
with my credentials?
LE:
I'll will connect to a linux server (CentOS - but i don't thinks the distro is relevant) through ssh and i will run those commands from the shell (bash), and then after the checkout and maybe some updates i will disconnect.
Don't know specifically about your client, but the svn client in FreeBSD ports takes the option --no-auth-cache to prevent it saving any auth details. Otherwise they're stored in ~/.svn.
The credentials are not saved on the server and on the client it's client specific, so you'll need to check for the client you're using. If in doubt ask on that client's support forum, help desk or whatever else they might have.