Check with these questions that you understand how Subversion works.
You want to download a local copy of your repository for
the first time in your PC. Your ID is 100011111 and the remote
repository is located at
https://flautin.it.uc3m.es/as/NIA_100011111
. Which is the
correct command you have to execute?
Once you have downloaded a copy of your repository, you
modify a file, file.c
, and you want to upload that modified
file to the remote repository. Which is the correct command you have to
execute?
Once you have downloaded a copy of your repository, you
create a new file, new.c
, and you want to upload that new
file to the remote repository. Which is the correct sequence of commands
you have to execute?
After creating and uploading the file new.c
to the remote repository, your partner have access to that remore
repository, so: