Noah Herron
Noah Herron

Reputation: 640

RTC not saving workspace

So I connected to my workspace and loaded my source code in RTC. I then Imported my local workspace (the source code that I downloaded through RTC) into IntelliJ. I was having issues with IntelliJ loading duplicate modules.

I deleted my .idea folder and my .iml files. I also deleted me .jazz5 folder.

Since I deleted the .jazz5 folder is that why my workspace was not loaded the next time I opened RTC?

I am using Eclipse with the RTC plugin not RTC.

Upvotes: 1

Views: 110

Answers (1)

VonC
VonC

Reputation: 1325137

Since I deleted the .jazz5 folder is that why my workspace was not loaded the next time I opened RTC?

Yes: you need to "Load" again your repo workspace in that same path, in order for RTC to recreate the .jazz5 folder: it designate the local workspace or sandbox.

Upvotes: 2

Related Questions