LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

auto-populating folders stop becoming auto-populated for no apparent reason

Solved!
Go to solution

Just what it says. I make an autopopulating folder, use it a few times, come back later and it's no longer auto-populating and I have t to re-link it. I keep my projects on a network drive if that means anything.

PaulG.

LabVIEW versions 5.0 - 2023

“All programmers are optimists”
― Frederick P. Brooks Jr.
0 Kudos
Message 1 of 7
(3,074 Views)
Solution
Accepted by PaulG.

Two things Paul.

 

1 Stop it with the autopopulating folders  Virtial folders are really all you need and Autopop- doesn't really like playing with Project Templates and location moves.  You should be using the project explorer anyway to view your project or open and edit the contained items  Virtual Folders make it easy to adapt your item virtual locations as the project gets bigger and bigger due to scope creep anyway.

2 The network drive is probably the culprit.  Assume the Absolute path to the network folder is in the hands of your IT gurus.  You might want to get a SCC repository on the network but maintain a local working copy.  Tourtoise SVN is free.  Viewpoint's TSVN TK is as well.


"Should be" isn't "Is" -Jay
Message 2 of 7
(3,068 Views)

I also would suspect the network going down or too busy to access causing this issue.

 

Fully agree with Jeff in that your SCC should be on the network, but keep a local copy on your machine.  I do this right now and it works beautifully between my three development machines and other people doing work as well.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 7
(3,051 Views)

I used to use autopopulating folders when I first started using projects.  Then I discovered that it is so much easier to manipulate things inside Project Explorer when using virtual folders.  If I want to move a file, it's just drag n drop.  If I want to rename a virtual folder, no problemo.  If I want to shuffle virtual folder hierarchies around, not an issue.  I can do these things with autopop folders also, but it is so cumbersome that I end up spending too much time focusing on how to move things around and it distracts me from doing the actual coding.  The interface should not get in the way of your coding, and with autopop, it surely does (for me).

 

The tradeoff is that it is difficult to look at in Widnows Explorer.  But really it's like viewing the file structure of your hard drive directly, since folders don't really exist on your hard drive anyways.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 7
(3,046 Views)

Thanks for all the great suggestions. You guys are the best. I was using Tortoise SVN with the repo on the network and a local copy with little trouble. Tried to move over to Perforce because it directly "integrated" with LV. That didn't go as easily as planned. I'm going back to SVN.

PaulG.

LabVIEW versions 5.0 - 2023

“All programmers are optimists”
― Frederick P. Brooks Jr.
0 Kudos
Message 5 of 7
(3,037 Views)

@PaulG. wrote:

Thanks for all the great suggestions. You guys are the best. I was using Tortoise SVN with the repo on the network and a local copy with little trouble. Tried to move over to Perforce because it directly "integrated" with LV. That didn't go as easily as planned. I'm going back to SVN.


Thats the beauty of the TSVN Toolkit-  It installs as a "Framework Provider" and directly integrates TSVN and LabVIEW.  The only caveat: make sure the svn version is supported by the TK.  Viewpoint might be a version or two behind SourceForge for obvious reasons.


"Should be" isn't "Is" -Jay
0 Kudos
Message 6 of 7
(3,029 Views)

Viewpoint's original code was written for TSVN version 1.7.  The latest version of the toolkit is for 1.8.  The minor updates of TSVN shouldn't matter to the toolkit.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 7 of 7
(3,005 Views)