Link to home
Start Free TrialLog in
Avatar of thready
thready

asked on

tortoise svn specific revision

Silly question here, but maybe you can help!  I have a dev folder that's at, say revision 1500.  I want to do a build of revision # 1200.  Is there a way to do this cleanly without say, renaming my dev folder and creating a new one and pulling revision 1200 and building?

Thanks,
Mike
Avatar of jkr
jkr
Flag of Germany image

Hmm, why not checking out #1200 to a different folder and building it there? I.e.

\Somedir
- dev
- dev.1200 <--- build here
Avatar of thready
thready

ASKER

That's basically exactly what I said no?  :o)  It's just that there are unfortunately some projects with full paths in there.....  Isn't there a better way?  I tried reverting, thinking I could un-revert, but I was glad to simultaneously be using git on the same repository to sort of un-revert....
Avatar of thready

ASKER

Oh - my repository is MASSIVE... so it's long to pull all that source....  Much faster if I could just pull the files that have changed since....
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of thready

ASKER

You can just do a checkout into the same folder?  Cool.  I like giving you points!