开发者

About svn update from Repository

开发者 https://www.devze.com 2023-03-24 07:32 出处:网络
I am working with large enterprise ejb application . And it is with SVN repository . There are lots of files with changes in svn. But my current working copy is not updated . So, when i am trying to u

I am working with large enterprise ejb application . And it is with SVN repository . There are lots of files with changes in svn. But my current working copy is not updated . So, when i am trying to u开发者_Go百科pdate from svn there is no updaete comming from svn, when click on update there are no update comming from SVN . But when i am showing diff between my current working copy and svn copy there are lots of changes. but i am not able to get those changes from svn .

i am also selecting option clean-up for clean up my working copy.

how can i got that all this update from svn forcefully. ? please help me i have not much more experience with svn.

My version for SVN is: TortoiseSVN 1.6.7 Thanks in advance.


If Subversion says your working copy is up-to-date, it's probably true. My guess is that your working copy points to a different repository path thank you think.

Right-click on your working copy's top folder and select Properties. The Subversion tab will tell you the exact path:

About svn update from Repository

This situation can happen because it's a pretty common development pattern to have several copies of the complete project. See Branching and Merging for the complete details.


From the documentation I get the following:

If you want to see what changes you have made in your working copy, just use the explorer context menu and select TortoiseSVN → Diff.

So, may it be possible that you found a lot of local changes, and not changes within the repository?

You could try opening the repo browser from the context menu and inspect the remote repository from there to see which revision it is at.

0

精彩评论

暂无评论...
验证码 换一张
取 消