Branching - Target path does not exist

After branching my database in SVN and linking my blank database to source control via the branch path i see all the schema changes from get latest. What i dont see is my static data. When i attempt to get latest changes i get an error that states. Target path '(SVNPath)' does not exist. If i link it to my original trunk i can see the only changes left is the static data. Below is the full error i receive.

SharpSvn.SvnFileSystemException: Target path '/Project/branches/testing/ProjectDatabase' does not exist
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svn_error_t* error, Object targets)
at SharpSvn.SvnClient.Update(ICollection`1 paths, SvnUpdateArgs args, SvnUpdateResult& result)
at #bog.#C8h.#Haj(PathSet , SvnRevision , SvnDepth , EventHandler`1 , EventHandler`1 )
at #bog.#C8h.#Gaj(PathSet , PathSet , Int64 , SvnDepth , EventHandler`1 , EventHandler`1 )
at #bog.#C8h.#OLf.#iOB()
at #bog.#cog.#LBf(Action , #nqz )
at #bog.#A8h.#WSe(Action , Object , Func`1 , #nqz )
at #bog.#A8h.#WSe(ICancellableOperationStatus , IReadOnlySourceControlServerCallBacks , Action , SvnLocation , SvnClient , Object )
at #bog.#C8h.#WSe(ICancellableOperationStatus , IReadOnlySourceControlServerCallBacks , Action )
at #bog.#C8h.UpgradePathsToRevision(ICancellableOperationStatus , Boolean , PathSet , PathSet , Int64 , IReadOnlySourceControlServerCallBacks , Action , EventHandler`1 )
at #bog.#C8h.UpgradePathsToRevision(ICancellableOperationStatus , Boolean , PathSet , PathSet , Int64 , IReadOnlySourceControlServerCallBacks , Action )
at #oEc.#z8h.#x33.#reW(ICancellableOperationStatus )
at RedGate.SQLSourceControl.Engine.Cancellables.CancellableOperation.#i5f()
at RedGate.SQLSourceControl.Engine.Cancellables.CancellableOperationBase.InvokeWithTracker(String featureUsageKey, Action action)
at RedGate.SQLSourceControl.Engine.Cancellables.CancellableOperation.Invoke()
at RedGate.SQLSourceControl.Engine.SharedUtilsUtils.DoActionWithCancel(ICancellableOperationStatus status, ICancellable cancellable, Action action)
at RedGate.SQLSourceControl.Engine.SharedUtilsUtils.DoActionWithStatus(ICancellableOperationStatus status, ICancellable cancellable, Action action)
at RedGate.SQLSourceControl.Engine.Cancellables.MultiStepCancellableOperation.ExecuteAsOnOperation(ICancellableOperationStatus status, IMultiStepCancellableOperation operation)
at #mlhb.#qy2b.#FYM()
at #mlhb.#qy2b.#EYM()
at #mlhb.#qy2b.#T71b(ICancellableOperationStatus , IReadOnlySourceControlServerCallBacks )
at #mlhb.#sy2b.#AYM(IDifferenceSelector differenceSelector, ICancellableOperationStatus status, IReadOnlySourceControlServerCallBacks callBacks, ToRetrieveChangeSet& toRetrieveChangeSet)
at #GWeb.#VXM.#mYM[#NrPb](Func`2 , ICancellableOperationStatus , IReadOnlySourceControlServerCallBacks , IDifferenceSelector )
at #GWeb.#VXM.#kYM(ICancellableOperationStatus , IReadOnlySourceControlServerCallBacks , IDifferenceSelector )
at #GWeb.#4Ec.#8Jc(ICancellableOperationStatus , IReadOnlySourceControlServerCallBacks , IDifferenceSelector )
at #GWeb.#4Ec.#izb1.#SB7b(ICancellableOperationStatus )
at RedGate.SQLSourceControl.Engine.Cancellables.MutexedCancellableOperation`1.#u36.#k5f()
at RedGate.SQLSourceControl.Engine.Cancellables.CancellableOperationBase.InvokeWithTracker(String featureUsageKey, Action action)
at RedGate.SQLSourceControl.Engine.Cancellables.MutexedCancellableOperation`1.Invoke()
at #eEc.#Qlg.Invoke()
at #JLc.#PLc.#Jfb.#EJf()
at RedGate.SQLSourceControl.Engine.SmartAssembly.ExceptionReporting.ErrorReporterBase.Do(Action , Predicate`1 , Boolean )
at RedGate.SQLSourceControl.Engine.SmartAssembly.ExceptionReporting.ErrorReporterBase.DoWithObviousExceptionsRethrowAll(Action action)
at RedGate.SQLSourceControl.CommonUI.Forms.ErrorDialog.DoWithObviousExceptionsRethrowAll(Action action)
at #JLc.#PLc.#CTc(ICancellableOperation`1 , Object )

Comments

Sign In or Register to comment.