user3830207
user3830207

Reputation: 11

How to access subversion repository?

I am new to subversion, my company has a subversion repository, they have granted me access,but i don't no how to access it ? Is there anyway that I can access subversion repository through git ?

Upvotes: 0

Views: 79

Answers (2)

Lazy Badger
Lazy Badger

Reputation: 97282

You must to have URL of repository, username and password

Yes, you can access Subversion repository with Git, just try to RTFM about Git-SVN

Upvotes: 0

ford prefect
ford prefect

Reputation: 7388

You need to get the address of the repository from someone at your company then download a SVN client like SmartSVN or TortoiseSVN. Either of these will prompt you with a window asking for an address and a repository name as well as some credentials.

Upvotes: 1

Related Questions