stackoverflow
stackoverflow

Reputation: 409

Getting "svn: Repository moved permanently to... please relocate" error when trying to take svn diff/export

I'm quite new to svn. I'm trying to take diff between 2 directories. Below is my command.

export SVNREPO=https://svn_path    
svn diff $SVNREPO/dir_path $SVNREPO/dir_path_2

I get the "svn: Repository moved permanently to... please relocate" error which isn't very intuitive. Can someone tell me what could be wrong?

Thanks!

Upvotes: 0

Views: 1987

Answers (1)

stackoverflow
stackoverflow

Reputation: 409

Ok I got it. The path was incorrect. Make sure the Repo root is correct.

Upvotes: 1

Related Questions